Sort album cover search results by score and pick the first 3
This commit is contained in:
@@ -69,6 +69,7 @@ class AlbumCoverFetcherSearch : public QObject {
|
||||
void TerminateSearch();
|
||||
|
||||
private:
|
||||
static bool CoverSearchResultCompareScore(const CoverSearchResult &a, const CoverSearchResult &b);
|
||||
void AllProvidersFinished();
|
||||
|
||||
void FetchMoreImages();
|
||||
|
||||
Reference in New Issue
Block a user