Renaming to GetOtherPlaylists
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ import {
|
||||
ListenerList,
|
||||
Playlists,
|
||||
PlaylistSongs,
|
||||
GetAllPlaylists,
|
||||
GetOtherPlaylists,
|
||||
QueueSong, RemoveFromAutoPlay, RemovePlaylist,
|
||||
RemoveSongFromPlaylist,
|
||||
ReorderSong,
|
||||
@@ -77,7 +77,7 @@ export default function parseMessage(message: string): StuenMessage | null {
|
||||
case 'RemoveSongFromPlaylist':
|
||||
return new RemoveSongFromPlaylist(data.song, data.playlist);
|
||||
case 'GetAllPlaylists':
|
||||
return new GetAllPlaylists();
|
||||
return new GetOtherPlaylists();
|
||||
case 'ToggleTag':
|
||||
return new ToggleTag(data.song, data.tag);
|
||||
case 'Shuffle':
|
||||
|
||||
Reference in New Issue
Block a user