1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-22 01:17:40 +00:00

Feat: enable coverimages for http streams

This commit is contained in:
jcorporation
2018-08-22 19:42:23 +01:00
parent e1c9854dea
commit b41b8a3b4e
3 changed files with 42 additions and 9 deletions

View File

@@ -680,6 +680,7 @@ function webSocketConnect() {
case 'update_queue':
if (app.current.app === 'Queue')
getQueue();
sendAPI({"cmd": "MPD_API_GET_STATE"}, parseState);
break;
case 'update_options':
getSettings();