mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 11:56:45 +01:00
Try to fix Debian and Fedora builds
This commit is contained in:
parent
f33d9b82d4
commit
b32444dce7
@ -64,7 +64,7 @@ bool AmazonCoverProvider::StartSearch(const QString& artist, const QString& albu
|
||||
EncodedArg encoded_arg(QUrl::toPercentEncoding(arg.first),
|
||||
QUrl::toPercentEncoding(arg.second));
|
||||
encoded_args << encoded_arg;
|
||||
query_items << encoded_arg.first + "=" + encoded_arg.second;
|
||||
query_items << QString(encoded_arg.first + "=" + encoded_arg.second);
|
||||
}
|
||||
|
||||
// Sign the request
|
||||
|
Loading…
x
Reference in New Issue
Block a user