diff options
-rw-r--r-- | socket.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.js b/socket.js index 67d4c92..c6c3d19 100644 --- a/socket.js +++ b/socket.js @@ -592,7 +592,7 @@ export 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 |