From 88dd9466e513bb562e242d152765ec204e2e2b2d Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 22 Sep 2019 12:43:34 -0300 Subject: Basic multiple player UI Currently uses meta+(c, x, n, p, up, down) keys as the only interaction method, but that'll change soon! --- client.js | 1 - 1 file changed, 1 deletion(-) (limited to 'client.js') 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} } -- cgit 1.3.0-6-gf8a5