mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #196] Library uninitialized unless Saved Tracks or Albums is opened #146
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#146
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 @martingoe on GitHub (Oct 10, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/196
I am currently trying to implement parts of the playlist manipulation since I have some spare time and I have come across the following problem:
When manipulating the ui/track.rs menu in track_menu(), the passed library only has
Emptyvalues. This changes, when the user opensSaved TracksorAlbums.I think this might be similar to #181.
All in all, this is a great project. Thank you very much!
@jacksongoode commented on GitHub (Oct 13, 2021):
I agree, it might make sense to load the library on init.
@jpochyla commented on GitHub (Oct 14, 2021):
Thanks for the report! I'll fix this as soon as #197 is done.
@jacksongoode commented on GitHub (Jan 28, 2022):
Perhaps the initialization of saved tracks should also include saved albums, and podcasts now?