Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a99bc91e
Commit
a99bc91e
authored
Nov 06, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.22.3' into master
release v0.22.3
parents
afbcac9f
f6c65cba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
NEWS
NEWS
+3
-1
CurlStorage.cxx
src/storage/plugins/CurlStorage.cxx
+1
-1
No files found.
NEWS
View file @
a99bc91e
...
@@ -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
...
...
src/storage/plugins/CurlStorage.cxx
View file @
a99bc91e
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment