add PLAYLIST_SONG, QUEUE_SONG item types

This commit is contained in:
jeffvli
2025-10-09 19:47:06 -07:00
parent c56baf65e3
commit 24f9753bc0
+2
View File
@@ -33,6 +33,8 @@ export enum LibraryItem {
ARTIST = 'artist',
GENRE = 'genre',
PLAYLIST = 'playlist',
PLAYLIST_SONG = 'playlistSong',
QUEUE_SONG = 'queueSong',
SONG = 'song',
}