« get me outta code hell

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:
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()