Increase lyrics score if lyrics text > 60

This commit is contained in:
Jonas Kvinge
2020-01-02 19:21:27 +01:00
parent 7f442cff3b
commit 443be1c2c8
6 changed files with 13 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include "lyricsfetchersearch.h"
const int LyricsFetcher::kMaxConcurrentRequests = 5;
const int LyricsFetcher::kGoodLyricsLength = 60;
LyricsFetcher::LyricsFetcher(LyricsProviders *lyrics_providers, QObject *parent)
: QObject(parent),