mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #669] Saving/removing track to/from library is broken #384
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @omartijn on GitHub (Jul 8, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/669
Describe the bug
Since a number of days adding or removing tracks to or from the library no longer works. Doing this will report success, but restarting psst will show the track is not added to or removed from "saved tracks".
What still halfway works is that when you leave psst-gui running, adding a track to the library will add it invisibly to the list. The list will not show the new track being there, but clicking on the top track in the list will play the newly added track. This bug has been there since forever. Previously that was always easily fixed by just restarting psst-gui - but now that no longer works because the list isn't actually saved.
To Reproduce
Add a track to, or remove a track from the Library (i.e. "Saved Tracks").
Expected behavior
The track is added to, or removed from "Saved Tracks".
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
@ArneTR commented on GitHub (Jul 9, 2025):
I think I am experiencing this issue also. I am in a playlist and want to remove a song from that. I get a HTTP 400 error.
@omartijn commented on GitHub (Jul 9, 2025):
That's probably related, I'd guess. Though when adding a track to "Saved Tracks", the GUI reports success even when it apparently fails.
@SO9010 commented on GitHub (Jul 14, 2025):
Having a look now :)