This commit is contained in:
2025-12-13 22:26:45 +01:00
parent b76ea0aa03
commit cf441c866c
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
renderPlaylist();
} else if(msg.event === "new_track"){
applyTrackState(msg.data);
ws.send(JSON.stringify({action:"get_toplay"}))
ws.send(JSON.stringify({action:"get_toplay"}));
} else if(msg.event === "progress"){
applyProgressState(msg.data);
} else if(msg.event === "toplay") {