mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 22:32:07 +00:00
Fix bug in image visualization
This commit is contained in:
@@ -381,14 +381,14 @@ public class Song implements Parcelable {
|
||||
this.added = added;
|
||||
}
|
||||
|
||||
public void setAdded(int playCount) {
|
||||
this.playCount = playCount;
|
||||
}
|
||||
|
||||
public void setLastPlay(long lastPlay) {
|
||||
this.lastPlay = lastPlay;
|
||||
}
|
||||
|
||||
public void setPlayCount(int playCount) {
|
||||
this.playCount = playCount;
|
||||
}
|
||||
|
||||
public void nowPlaying() {
|
||||
this.playCount++;
|
||||
this.lastPlay = Instant.now().toEpochMilli();
|
||||
|
||||
Reference in New Issue
Block a user