diff options
author | Max Kellermann <max@duempel.org> | 2014-06-23 09:12:51 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-23 09:18:11 +0200 |
commit | 848ed1478866e4d99c10aa962a6d976a6b989536 (patch) | |
tree | 5da39e4368027e24d690bc5d004b9cf6d30bc396 /NEWS | |
parent | 4c8a5dfb0522b0ff7d6acb96fd2fbc33c22c14e6 (diff) | |
download | mpd-848ed1478866e4d99c10aa962a6d976a6b989536.tar.gz mpd-848ed1478866e4d99c10aa962a6d976a6b989536.tar.xz mpd-848ed1478866e4d99c10aa962a6d976a6b989536.zip |
db/proxy: fall back to recursive walk on old libmpdclient/MPD
Error message was 'too few arguments for "find"' because the "base"
constraint was not supported, and no other constraints remained.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.18.12 (not yet released) * database - proxy: fix build failure with libmpdclient 2.2 + - proxy: fix add/search and other commands with libmpdclient < 2.9 ver 0.18.11 (2014/05/12) * decoder |