1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-20 16:47:38 +00:00

Fix: improve processing of mpd idle events

This commit is contained in:
jcorporation
2018-08-22 17:29:47 +01:00
parent 17509b50da
commit b9a5c00956
3 changed files with 99 additions and 66 deletions

View File

@@ -689,6 +689,7 @@ function webSocketConnect() {
break;
case 'error':
showNotification(obj.data, '', '', 'danger');
break;
default:
break;
}