[mpd] bump supported version to 0.22.4

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen 2024-08-12 10:47:51 +02:00 committed by ejurgensen
parent a0d7c1a34f
commit 282e227c64
1 changed files with 1 additions and 1 deletions

View File

@ -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
* of the supported mpd protocol and not the server version.
*/
evbuffer_add(bufferevent_get_output(bev), "OK MPD 0.21.0\n", 14);
evbuffer_add(bufferevent_get_output(bev), "OK MPD 0.22.4\n", 14);
client_ctx->evbuffer = bufferevent_get_output(bev);
DPRINTF(E_INFO, L_MPD, "New mpd client connection accepted\n");