« 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/index.js
diff options
context:
space:
mode:
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']) {