diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-15 20:32:03 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-16 13:23:02 +0100 |
commit | 3bf521d5caadb395bd26e0df82d8d8d3de78b599 (patch) | |
tree | 9dbac69b4c80163305f6447f2894a11a9e520e3d /NEWS | |
parent | 0acb55cde5565b63f5b4289437436186d56071be (diff) |
song/TagSongFilter: apply negation properly to multiple tag values
The old implementation didn't make a lot of sense; the "!=" operator
was not actually the opposite of "==".
Closes https://github.com/MusicPlayerDaemon/MPD/issues/505
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 negated filter expressions with multiple tag values - fix "list" with filter expression * input - cdio_paranoia: fix build failure due to missing #include |