tests in procman, and rejected tracks

This commit is contained in:
2026-05-08 18:57:53 +02:00
parent 6dee062532
commit 5d0c6b5e93
11 changed files with 144 additions and 43 deletions
+1 -1
View File
@@ -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":