mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-22 01:17:40 +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