mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
also this
This commit is contained in:
@@ -64,6 +64,9 @@ function connectWs() {
|
|||||||
ws.addEventListener("open", () => {
|
ws.addEventListener("open", () => {
|
||||||
statusEl.textContent = "connected";
|
statusEl.textContent = "connected";
|
||||||
reconnectDelay = 1500;
|
reconnectDelay = 1500;
|
||||||
|
wsSend({ action: "get_toplay" });
|
||||||
|
wsSend({ action: "skipc" });
|
||||||
|
wsSend({ action: "skipi" });
|
||||||
});
|
});
|
||||||
|
|
||||||
ws.addEventListener("close", () => {
|
ws.addEventListener("close", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user