summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-10-07 12:44:48 +0200
committerMax Kellermann <max@musicpd.org>2019-10-07 12:44:48 +0200
commitdcc5ce67925ac9fb456f5d5e707a09f5ab931285 (patch)
tree7c8c1675b3717f11b7f4042e215a1b309fd26792 /NEWS
parent23d08820a2bec1182c838de34cc2c6687dc95558 (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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 334cce603..7aaaf90de 100644
--- a/NEWS
+++ b/NEWS
@@ -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