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

@@ -65,6 +65,7 @@ class LyricsFetcher : public QObject {
virtual ~LyricsFetcher() {}
static const int kMaxConcurrentRequests;
static const int kGoodLyricsLength;
quint64 Search(const QString &artist, const QString &album, const QString &title);
void Clear();