From 346deb2d7c7d7ae0eb3153152efab276db8367b4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 25 Apr 2021 18:59:06 -0300 Subject: playlist sources = only what's shared with party --- ui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index a83446c..b64763b 100644 --- a/ui.js +++ b/ui.js @@ -184,7 +184,7 @@ export default class AppElement extends FocusElement { this.isPartyHost = false this.enableAutoDJ = false - this.playlistSources = [] + // this.playlistSources = [] this.config = Object.assign({ canControlPlayback: true, @@ -1645,8 +1645,8 @@ export default class AppElement extends FocusElement { grouplike = await processSmartPlaylist(grouplike) - this.playlistSources.push(grouplike) - updateRestoredTracksUsingPlaylists(this.backend, this.playlistSources) + // this.playlistSources.push(grouplike) + // updateRestoredTracksUsingPlaylists(this.backend, this.playlistSources) if (!this.tabber.currentElement || newTab && this.tabber.currentElement.grouplike) { const grouplikeListing = this.newGrouplikeListing() -- cgit 1.3.0-6-gf8a5