@@ -542,7 +542,7 @@ void LastFMImport::GetTopTracksRequestFinished(QNetworkReply *reply, const int p
|
||||
|
||||
if (playcount <= 0) continue;
|
||||
|
||||
emit UpdatePlayCount(artist, title, playcount);
|
||||
emit UpdatePlayCount(artist, title, playcount, false);
|
||||
UpdateProgressCheck();
|
||||
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ class LastFMImport : public QObject {
|
||||
void FinishCheck();
|
||||
|
||||
signals:
|
||||
void UpdatePlayCount(QString, QString, int);
|
||||
void UpdatePlayCount(QString, QString, int, bool = false);
|
||||
void UpdateLastPlayed(QString, QString, QString, qint64);
|
||||
void UpdateTotal(int, int);
|
||||
void UpdateProgress(int, int);
|
||||
|
||||
Reference in New Issue
Block a user