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