update settings store for album/song lists

This commit is contained in:
jeffvli
2025-10-13 18:34:46 -07:00
parent 7701135e67
commit 26d635791a
2 changed files with 321 additions and 182 deletions
+1
View File
@@ -22,6 +22,7 @@ export enum ItemListKey {
GENRE = LibraryItem.GENRE,
NOW_PLAYING = 'nowPlaying',
PLAYLIST = LibraryItem.PLAYLIST,
PLAYLIST_SONG = LibraryItem.PLAYLIST_SONG,
QUEUE_SONG = LibraryItem.QUEUE_SONG,
SIDE_DRAWER_QUEUE = 'sideDrawerQueue',
SIDE_QUEUE = 'sideQueue',