mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
add new table to album detail
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user