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
+1
View File
@@ -689,6 +689,7 @@ function webSocketConnect() {
break;
case 'error':
showNotification(obj.data, '', '', 'danger');
break;
default:
break;
}