also this

This commit is contained in:
2026-05-17 18:35:31 +02:00
parent 6462eebd7c
commit b302922586
+3
View File
@@ -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", () => {