mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
reimplement artist discog / tracks routes
This commit is contained in:
@@ -16,10 +16,14 @@ import { ServerFeatures } from '/@/shared/types/features-types';
|
||||
export enum ItemListKey {
|
||||
ALBUM = LibraryItem.ALBUM,
|
||||
ALBUM_ARTIST = LibraryItem.ALBUM_ARTIST,
|
||||
ALBUM_ARTIST_ALBUM = 'albumArtistAlbum',
|
||||
ALBUM_ARTIST_SONG = 'albumArtistSong',
|
||||
ALBUM_DETAIL = 'albumDetail',
|
||||
ARTIST = LibraryItem.ARTIST,
|
||||
FULL_SCREEN = 'fullScreen',
|
||||
GENRE = LibraryItem.GENRE,
|
||||
GENRE_ALBUM = 'genreAlbum',
|
||||
GENRE_SONG = 'genreSong',
|
||||
PLAYLIST = LibraryItem.PLAYLIST,
|
||||
PLAYLIST_SONG = LibraryItem.PLAYLIST_SONG,
|
||||
QUEUE_SONG = LibraryItem.QUEUE_SONG,
|
||||
|
||||
Reference in New Issue
Block a user