Sort album cover search results by score and pick the first 3

This commit is contained in:
Jonas Kvinge
2020-04-25 00:03:43 +02:00
parent ea4dc6f040
commit bc16a6c4cb
4 changed files with 25 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ const char *TidalCoverProvider::kResourcesUrl = "https://resources.tidal.com";
const int TidalCoverProvider::kLimit = 10;
TidalCoverProvider::TidalCoverProvider(Application *app, QObject *parent) :
CoverProvider("Tidal", 2.0, true, true, app, parent),
CoverProvider("Tidal", 2.5, true, true, app, parent),
service_(app->internet_services()->Service<TidalService>()),
network_(new NetworkAccessManager(this)) {