mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #181] "Save Track to Library" doesn't save to user's library #130
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#130
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 @jacksongoode on GitHub (Sep 16, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/181
The context option for a song doesn't save the song into a user's liked songs. Maybe this is just a filler until liking songs is integrated into the project?
@jpochyla commented on GitHub (Sep 16, 2021):
Nope, not a filler, it should definitely work. Do you see something in the console logs?
@jacksongoode commented on GitHub (Sep 16, 2021):
Ah, yes. I see what you mean. In most cases it does work! But there was some instances last night where it wasn't adding it. I'll check again.
@jpochyla commented on GitHub (Sep 20, 2021):
Ah I found the issue, thanks for the report. It doesn't work if the user didn't previously display the saved tracks (the controller handling the save/unsave commands is lazily-loaded).
@jacksongoode commented on GitHub (May 4, 2023):
Thanks @Insprill !