mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add PLAYLIST_SONG, QUEUE_SONG item types
This commit is contained in:
@@ -33,6 +33,8 @@ export enum LibraryItem {
|
|||||||
ARTIST = 'artist',
|
ARTIST = 'artist',
|
||||||
GENRE = 'genre',
|
GENRE = 'genre',
|
||||||
PLAYLIST = 'playlist',
|
PLAYLIST = 'playlist',
|
||||||
|
PLAYLIST_SONG = 'playlistSong',
|
||||||
|
QUEUE_SONG = 'queueSong',
|
||||||
SONG = 'song',
|
SONG = 'song',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user