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