mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
also this
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user