« get me outta code hell

playlist sources = only what's shared with party - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-25 18:59:06 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-25 18:59:06 -0300
commitf0874e35653b50aa59b362fa8c8d9bd7ab6e416a (patch)
treef22de7421deeabc2b1b5090f7ff1c705399f7ebe /ui.js
parent00cd029ca0ac311f4c2509befb50d02b43de2c00 (diff)
playlist sources = only what's shared with party
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.js b/ui.js
index aaf776c..38a365d 100644
--- a/ui.js
+++ b/ui.js
@@ -196,7 +196,7 @@ class AppElement extends FocusElement {
     this.isPartyHost = false
     this.enableAutoDJ = false
 
-    this.playlistSources = []
+    // this.playlistSources = []
 
     this.config = Object.assign({
       canControlPlayback: true,
@@ -1274,8 +1274,8 @@ 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()