Fix song duration visualization

This commit is contained in:
CappielloAntonio 2021-07-28 18:53:42 +02:00
parent 8f72e4234c
commit 8f08b12b69
8 changed files with 34 additions and 11 deletions

View file

@ -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() {