mirror of
https://github.com/SuperBFG7/ympd
synced 2026-09-15 13:51:22 +00:00
Feat: finished mpd idle usage
This commit is contained in:
@@ -646,6 +646,7 @@ function webSocketConnect() {
|
||||
showNotification('Connected to myMPD', '', '', 'success');
|
||||
modalConnectionError.hide();
|
||||
appRoute();
|
||||
sendAPI({"cmd":"MPD_API_GET_STATE"}, parseState);
|
||||
}
|
||||
|
||||
socket.onmessage = function got_packet(msg) {
|
||||
|
||||
Reference in New Issue
Block a user