Skip to content

Commit

Permalink
[mpd] bump supported version to 0.22.4
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian authored and ejurgensen committed Aug 13, 2024
1 parent a0d7c1a commit 282e227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 282e227

Please sign in to comment.