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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user