This commit is contained in:
2025-12-09 20:30:48 +01:00
parent 5230262fe5
commit e55d5462b5
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
ws.addEventListener("open", () => {
document.getElementById("server-status").textContent = "connected";
reconnectDelay = 1000;
ws.send(JSON.stringify({action:"request_state"}));
// ws.send(JSON.stringify({action:"request_state"}));
// also request a top-play list if you want:
// ws.send(JSON.stringify({action:"get_toplay"}));
});