« 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/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'client.js')
-rw-r--r--client.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.js b/client.js
index c591a00..a48ca3f 100644
--- a/client.js
+++ b/client.js
@@ -77,7 +77,6 @@ const setupClient = async ({backend, writable, interfacer, appConfig}) => {
 
   // Load up initial state
   appElement.queueListingElement.buildItems()
-  appElement.playbackInfoElement.updateTrack(backend.playingTrack)
 
   return {appElement, cleanTerminal, dirtyTerminal, flushable, root}
 }