mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-02 17:36:00 -05:00
[mpd] Set protocol version back 0.20.0
Announcing 0.22.4 without supporting the newer protocol's filters breaks Rigelian
This commit is contained in:
parent
289e7dcdce
commit
f1b4ff8cc7
@ -4615,7 +4615,7 @@ mpd_accept_conn_cb(struct evconnlistener *listener,
|
|||||||
* According to the mpd protocol send "OK MPD <version>\n" to the client, where version is the version
|
* According to the mpd protocol send "OK MPD <version>\n" to the client, where version is the version
|
||||||
* of the supported mpd protocol and not the server version.
|
* of the supported mpd protocol and not the server version.
|
||||||
*/
|
*/
|
||||||
evbuffer_add(bufferevent_get_output(bev), "OK MPD 0.22.4\n", 14);
|
evbuffer_add(bufferevent_get_output(bev), "OK MPD 0.20.0\n", 14);
|
||||||
client_ctx->evbuffer = bufferevent_get_output(bev);
|
client_ctx->evbuffer = bufferevent_get_output(bev);
|
||||||
|
|
||||||
DPRINTF(E_INFO, L_MPD, "New mpd client connection accepted\n");
|
DPRINTF(E_INFO, L_MPD, "New mpd client connection accepted\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user