« 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 <qznebula@protonmail.com>2024-05-16 22:03:05 -0300
commit346deb2d7c7d7ae0eb3153152efab276db8367b4 (patch)
tree22375302a0a9afa2187248ebd5a46e38f8d39a74 /index.js
parent8ec81c16931bd96ba55526fac983a5aaf14b93df (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 ec79f05..8888d48 100755
--- a/index.js
+++ b/index.js
@@ -201,9 +201,7 @@ async function main() {
   }
 
   if (socketClient) {
-    attachBackendToSocketClient(backend, socketClient, {
-      getPlaylistSources: () => appElement.playlistSources
-    })
+    attachBackendToSocketClient(backend, socketClient)
 
     let nickname = process.env.USER
     if (options['socket-name']) {