reimplement artist discog / tracks routes

This commit is contained in:
jeffvli
2025-11-26 23:36:10 -08:00
parent 6b307b3bd4
commit ac5de29c71
9 changed files with 190 additions and 21 deletions
+4
View File
@@ -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,