mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-03 04:37:33 +01:00
Read the encoded URL correctly for Dropbox files.
This commit is contained in:
parent
90bb00939b
commit
d4a82a2d50
@ -182,7 +182,7 @@ void DropboxService::FetchContentUrlFinished(
|
||||
QVariantMap response = parser.parse(reply).toMap();
|
||||
QFileInfo info(data["path"].toString());
|
||||
TagReaderClient::ReplyType* tag_reply = app_->tag_reader_client()->ReadCloudFile(
|
||||
response["url"].toUrl(),
|
||||
QUrl::fromEncoded(response["url"].toByteArray()),
|
||||
info.fileName(),
|
||||
data["bytes"].toInt(),
|
||||
data["mime_type"].toString(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user