diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-14 19:50:09 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-14 19:50:09 +0100 |
commit | 59fdfd25cbfc82cd5bad92d26b9d904b8f81014b (patch) | |
tree | f89e6ac50c870778f9af6fe5a4c7fbe2aacd043f /NEWS | |
parent | 0d98677212f7d4b1308f140b8979d32c6a96aad6 (diff) |
command/database: fix "list" with filter expression
Disable the 0.11 compatibility mode if the only argument is a filter
expression.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/506
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.21.6 (not yet released) * protocol - allow loading playlists specified as absolute filesystem paths + - fix "list" with filter expression * input - cdio_paranoia: fix build failure due to missing #include * playlist |