1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-28 08:09:40 +01:00

Change last played to qint64

This commit is contained in:
Jonas Kvinge 2021-03-25 23:23:13 +01:00
parent 1ddc3292cc
commit 29cbfe7c1a

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