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
1 changed files with 1 additions and 1 deletions

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