diff options
author | Max Kellermann <max@musicpd.org> | 2018-04-26 19:38:57 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-04-26 19:41:19 +0200 |
commit | 388768b3a65c8b9264070090480c948663d746e8 (patch) | |
tree | cdf4e6dd50687ba63b37c84f28ceb41fae7168fa /NEWS | |
parent | 5c4169e64e8b6b86ebc7ca2de260e075fdf27f5f (diff) |
db/proxy: call mpd_search_cancel() after search error
Fixes "search already in progress" errors.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.20.19 (not yet released) * protocol - validate absolute seek time, reject negative values +* database + - proxy: fix "search already in progress" errors * input - mms: fix lockup bug and a crash bug * decoder |