add new table to album detail

This commit is contained in:
jeffvli
2025-11-16 13:53:04 -08:00
parent 31d9ab048d
commit f366b50550
10 changed files with 1318 additions and 194 deletions
-2
View File
@@ -20,11 +20,9 @@ export enum ItemListKey {
ARTIST = LibraryItem.ARTIST,
FULL_SCREEN = 'fullScreen',
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',
SONG = LibraryItem.SONG,
}