diff options
author | Max Kellermann <max@musicpd.org> | 2020-07-06 17:18:48 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-07-06 17:19:38 +0200 |
commit | 5b291ff768ded0c4d1e23ec0ba7be9b721b2a16a (patch) | |
tree | c05b003abfdfb345f589ea5ce4a991802f059f3a /NEWS | |
parent | 39d6816a6df4929f90eadcc976a7b9a42d84d027 (diff) |
db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()
Fixes the "Unrecognized URI" error with the udisks storage plugin,
which is caused by the kludge in UdisksStorage::MapUTF8().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.21.25 (not yet released) * protocol: - fix crash when using "rangeid" while playing +* storage + - udisks: fix reading ".mpdignore" * input - file: detect premature end of file - smbclient: don't send credentials to MPD clients |