diff --git a/modules/web/web.js b/modules/web/web.js index f96d47f..b2c5219 100644 --- a/modules/web/web.js +++ b/modules/web/web.js @@ -64,6 +64,9 @@ function connectWs() { ws.addEventListener("open", () => { statusEl.textContent = "connected"; reconnectDelay = 1500; + wsSend({ action: "get_toplay" }); + wsSend({ action: "skipc" }); + wsSend({ action: "skipi" }); }); ws.addEventListener("close", () => {