mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Merge pull request #316 from chme/savedtracks
[spotify] Add missing virtual path to "Saved Tracks" playlist
This commit is contained in:
commit
81412af1ee
@ -943,6 +943,7 @@ spotify_uri_register(void *arg, int *retval)
|
||||
pli.title = "Spotify Saved";
|
||||
pli.type = PL_PLAIN;
|
||||
pli.path = "spotify:savedtracks";
|
||||
pli.virtual_path = "/spotify:/Spotify Saved";
|
||||
|
||||
ret = db_pl_add(&pli, &spotify_saved_plid);
|
||||
if (ret < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user