1
0
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:
Arnaud Bienner 2012-08-08 23:52:59 +02:00
parent 9b8f5892af
commit f13e7d1e69

View File

@ -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()),