mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Fix song duration visualization
This commit is contained in:
parent
8f72e4234c
commit
8f08b12b69
8 changed files with 34 additions and 11 deletions
|
|
@ -86,6 +86,7 @@ public class Song implements Parcelable {
|
|||
this.artistId = queue.getArtistId();
|
||||
this.artistName = queue.getArtistName();
|
||||
this.primary = queue.getPrimary();
|
||||
this.duration = queue.getDuration();
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue