mirror of
https://github.com/SuperBFG7/ympd
synced 2025-02-18 12:00:13 +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;
|
str = buffer;
|
||||||
strend = buffer+MAX_SIZE;
|
strend = buffer+MAX_SIZE;
|
||||||
str += snprintf(str, strend-str, "{\"type\":\"%s\", \"data\":{",
|
str += snprintf(str, strend-str, "{\"type\":\"%s\", \"data\":{",
|
||||||
names ? "outputnames" : "output");
|
names ? "outputnames" : "outputs");
|
||||||
|
|
||||||
mpd_send_outputs(mpd.conn);
|
mpd_send_outputs(mpd.conn);
|
||||||
nout = 0;
|
nout = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user