mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 06:47:17 +00:00
outputs: fix typo
This commit is contained in:
parent
d125f0a1d3
commit
3b72651d7e
@ -450,7 +450,7 @@ int mpd_put_outputs(char *buffer, int names)
|
||||
str = buffer;
|
||||
strend = buffer+MAX_SIZE;
|
||||
str += snprintf(str, strend-str, "{\"type\":\"%s\", \"data\":{",
|
||||
names ? "outputnames" : "output");
|
||||
names ? "outputnames" : "outputs");
|
||||
|
||||
mpd_send_outputs(mpd.conn);
|
||||
nout = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user