Commit a99bc91e authored by Max Kellermann's avatar Max Kellermann

Merge tag 'v0.22.3' into master

release v0.22.3
parents afbcac9f f6c65cba
...@@ -2,9 +2,11 @@ ver 0.23 (not yet released) ...@@ -2,9 +2,11 @@ ver 0.23 (not yet released)
* protocol * protocol
- new command "getvol" - new command "getvol"
ver 0.22.3 (not yet released) ver 0.22.3 (2020/11/06)
* playlist * playlist
- add option "as_directory", making CUE file expansion optional - add option "as_directory", making CUE file expansion optional
* storage
- curl: fix crash bug
* filter * filter
- fix garbage after "Audio format not supported by filter" message - fix garbage after "Audio format not supported by filter" message
- ffmpeg: support planar output - ffmpeg: support planar output
......
...@@ -80,7 +80,7 @@ std::string_view ...@@ -80,7 +80,7 @@ std::string_view
CurlStorage::MapToRelativeUTF8(std::string_view uri_utf8) const noexcept CurlStorage::MapToRelativeUTF8(std::string_view uri_utf8) const noexcept
{ {
return PathTraitsUTF8::Relative(base, return PathTraitsUTF8::Relative(base,
CurlUnescape(uri_utf8).c_str()); CurlUnescape(uri_utf8));
} }
class BlockingHttpRequest : protected CurlResponseHandler { class BlockingHttpRequest : protected CurlResponseHandler {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment