« 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/index.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 /index.js
parent00cd029ca0ac311f4c2509befb50d02b43de2c00 (diff)
playlist sources = only what's shared with party
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.js b/index.js
index 394a859..3ecd59b 100755
--- a/index.js
+++ b/index.js
@@ -171,9 +171,7 @@ async function main() {
   }
 
   if (socketClient) {
-    attachBackendToSocketClient(backend, socketClient, {
-      getPlaylistSources: () => appElement.playlistSources
-    })
+    attachBackendToSocketClient(backend, socketClient)
 
     let nickname = process.env.USER
     if (options['socket-name']) {