From 432c11bdc4a9f22fa179e6a45eff4da8d96392b6 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 16 Mar 2021 23:38:06 -0300 Subject: restore queued tracks from playlist sources not sure why i didnt do this before but it Seems To Work Now! dog champ --- socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.js b/socket.js index 0cf9cc0..19fecb9 100644 --- a/socket.js +++ b/socket.js @@ -592,7 +592,7 @@ function attachBackendToSocketClient(backend, client, { return case 'queue': if (QP) silenceEvents(QP, ['queue'], () => QP.queue( - restoreNewItem(command.topItem), + restoreNewItem(command.topItem, getPlaylistSources()), isItemRef(command.afterItem) ? restoreNewItem(command.afterItem, getPlaylistSources()) : command.afterItem, { movePlayingTrack: command.opts.movePlayingTrack -- cgit 1.3.0-6-gf8a5