Merge tag 'v0.22.9'

release v0.22.9
This commit is contained in:
Max Kellermann
2021-06-23 21:02:06 +02:00
12 changed files with 48 additions and 19 deletions

View File

@@ -430,6 +430,7 @@ SendGroup(mpd_connection *connection, TagType group)
return mpd_search_add_group_tag(connection, tag);
#else
(void)connection;
(void)group;
throw std::runtime_error("Grouping requires libmpdclient 2.12");
#endif