LocateUri: implement UriPluginKind::STORAGE properly

This way, URI schemes supported by arbitrary storage plugins are
allowed.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1270
This commit is contained in:
Max Kellermann
2021-10-06 20:15:20 +02:00
parent ef24cfa523
commit cf554d306d
2 changed files with 11 additions and 1 deletions

1
NEWS
View File

@@ -2,6 +2,7 @@ ver 0.23 (not yet released)
* protocol
- new command "getvol"
- show the audio format in "playlistinfo"
- support "listfiles" with arbitrary storage plugins
* database
- proxy: require MPD 0.20 or later
- proxy: require libmpdclient 2.11 or later