Change last played to qint64
This commit is contained in:
@@ -204,7 +204,7 @@ struct Song::Private : public QSharedData {
|
|||||||
|
|
||||||
int playcount_;
|
int playcount_;
|
||||||
int skipcount_;
|
int skipcount_;
|
||||||
int lastplayed_;
|
qint64 lastplayed_;
|
||||||
|
|
||||||
bool compilation_detected_; // From the collection scanner
|
bool compilation_detected_; // From the collection scanner
|
||||||
bool compilation_on_; // Set by the user
|
bool compilation_on_; // Set by the user
|
||||||
|
|||||||
Reference in New Issue
Block a user