mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Set track number in downloaded tracks
This commit is contained in:
parent
984003ccd4
commit
60adc11848
3 changed files with 18 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ public class Song implements Parcelable {
|
|||
this.albumName = download.getAlbumName();
|
||||
this.artistId = download.getArtistId();
|
||||
this.artistName = download.getArtistName();
|
||||
this.trackNumber = download.getTrackNumber();
|
||||
this.primary = download.getPrimary();
|
||||
this.duration = download.getDuration();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue