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:
parent
1ddc3292cc
commit
29cbfe7c1a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user