0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

i have to be autistic

This commit is contained in:
2025-12-14 11:40:46 +01:00
parent 101beed96a
commit fad61d2eeb

View File

@@ -189,7 +189,7 @@
} else if(msg.event === "request_dir") {
applySubdir(msg.data || {})
} else if(msg.event === "skip_next") {
skip_next = msg.data.data || false;
skipNext = msg.data.data || false;
renderPlaylist();
renderPutQueue();
} else if(msg.status || msg.response || msg.error) {