mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Ooops... actually search for the good text in soundcloud global search
This commit is contained in:
parent
9b8f5892af
commit
f13e7d1e69
@ -168,7 +168,7 @@ void SoundCloudService::ClearSearchResults() {
|
||||
|
||||
int SoundCloudService::SimpleSearch(const QString& text) {
|
||||
QList<Param> parameters;
|
||||
parameters << Param("q", pending_search_);
|
||||
parameters << Param("q", text);
|
||||
QNetworkReply* reply = CreateRequest("tracks", parameters);
|
||||
const int id = next_pending_search_id_++;
|
||||
NewClosure(reply, SIGNAL(finished()),
|
||||
|
Loading…
Reference in New Issue
Block a user