Change search query

This commit is contained in:
Jonas Kvinge
2019-04-14 03:01:21 +02:00
parent 6dcdf5bf92
commit 36dccc8157
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ bool LastFmCoverProvider::StartSearch(const QString &artist, const QString &albu
typedef QList<Param> ParamList;
ParamList params = ParamList()
<< Param("album", QString(album + " " + artist))
<< Param("album", QString(artist + " " + album))
<< Param("api_key", kApiKey)
<< Param("lang", QLocale().name().left(2).toLower())
<< Param("method", "album.search");