diff options
author | Max Kellermann <max@duempel.org> | 2013-10-29 19:54:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-29 20:40:55 +0100 |
commit | 6859c22b692f153c6f860c0336dd686f94a11c08 (patch) | |
tree | 4c6c353c8aefbe98f8574b5bcfb90b3f911ab531 /NEWS | |
parent | 2d5413fc3ba2dc77189bed3dfbbc65ad4243e477 (diff) |
SongFilter: "any" does not match file name
According to the protocol documentation, matching the file name was
wrong. This removes some awkward special-case code.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.18 (2012/??/??) * protocol: - new command "readcomments" lists arbitrary file tags - new command "toggleoutput" + - "find"/"search" with "any" does not match file name - new commands "findin", "searchin" with base URI - search for album artist falls back to the artist tag - re-add the "volume" command |