From b3029225868869d88f7d30acc96b78d384246fa7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 17 May 2026 18:35:31 +0200 Subject: [PATCH] also this --- modules/web/web.js | 3 +++ 1 file changed, 3 insertions(+) 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", () => {