You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
i have to be autistic
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user