Change last played to qint64

This commit is contained in:
Jonas Kvinge 2021-03-25 23:23:13 +01:00
parent 1ddc3292cc
commit 29cbfe7c1a
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ struct Song::Private : public QSharedData {
int playcount_;
int skipcount_;
int lastplayed_;
qint64 lastplayed_;
bool compilation_detected_; // From the collection scanner
bool compilation_on_; // Set by the user