mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
tests in procman, and rejected tracks
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ function handleMessage(msg) {
|
||||
document.getElementById("rds-text").textContent = msg.data?.rt ?? "";
|
||||
break;
|
||||
case "playlist":
|
||||
playlist = msg.data || [];
|
||||
playlist = msg.data?.playlist || [];
|
||||
renderAll();
|
||||
break;
|
||||
case "new_track":
|
||||
|
||||
Reference in New Issue
Block a user