[PR #701] [MERGED] save_album: Move album id from json body to query parameter #667

Closed
opened 2026-02-28 14:33:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/701
Author: @Pogodaanton
Created: 11/16/2025
Status: Merged
Merged: 11/17/2025
Merged by: @jacksongoode

Base: mainHead: feat/save-album-fix


📝 Commits (1)

  • 49090ca fix(save_album): Move album id from json body to query parameter

📊 Changes

1 file changed (+2 additions, -3 deletions)

View changed files

📝 psst-gui/src/webapi/client.rs (+2 -3)

📄 Description

Turns out, Spotify's API wants the album ID that is being added to the user's library to be a query parameter instead of being part of the request body. Either they changed their mind or it always was the case, but never enforced it previously.

Fixes #686


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/701 **Author:** [@Pogodaanton](https://github.com/Pogodaanton) **Created:** 11/16/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `feat/save-album-fix` --- ### 📝 Commits (1) - [`49090ca`](https://github.com/jpochyla/psst/commit/49090cafe37a1da304943af45c59206d325ce5c7) fix(save_album): Move album id from json body to query parameter ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/webapi/client.rs` (+2 -3) </details> ### 📄 Description Turns out, Spotify's API wants the album ID that is being added to the user's library to be a query parameter instead of being part of the request body. Either they changed their mind or it always was the case, but never enforced it previously. Fixes #686 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#667
No description provided.