mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 23:39:15 +02:00
uh huh
This commit is contained in:
+1
-1
@@ -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"}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user