1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-19 06:35:13 +00:00

Feat: mympd_api handler for non mpd api requests

This commit is contained in:
jcorporation
2019-01-08 00:09:43 +00:00
parent dffe9b17d7
commit a7d07fbcc9
12 changed files with 535 additions and 375 deletions

View File

@@ -2232,7 +2232,7 @@ function parseSongDetails(obj) {
}
function execSyscmd(cmd) {
sendAPI({"cmd": "MPD_API_SYSCMD", "data": {"cmd": cmd}});
sendAPI({"cmd": "MYMPD_API_SYSCMD", "data": {"cmd": cmd}});
}
function playlistDetails(uri) {