diff options
author | Max Kellermann <max@musicpd.org> | 2019-10-07 12:44:48 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-10-07 12:44:48 +0200 |
commit | dcc5ce67925ac9fb456f5d5e707a09f5ab931285 (patch) | |
tree | 7c8c1675b3717f11b7f4042e215a1b309fd26792 /NEWS | |
parent | 23d08820a2bec1182c838de34cc2c6687dc95558 (diff) |
storage/curl: request the "resourcetype" property to fix update
Without requesting the property, "good" WebDAV servers would not send
it, and so MPD could never recognize a directory, failing the database
update.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/660
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.21.16 (not yet released) +* storage + - curl: request the "resourcetype" property to fix database update * update - fix crash when music_directory is not a directory |