mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
Refactor Primary image
This commit is contained in:
@@ -79,7 +79,7 @@ public class Download {
|
||||
this.artistId = song.getArtistId();
|
||||
this.artistName = MusicUtil.normalizedArtistName(song.getArtistName());
|
||||
this.trackNumber = song.getTrackNumber();
|
||||
this.primary = song.getPrimary();
|
||||
this.primary = song.getCoverArtId();
|
||||
this.duration = song.getDuration();
|
||||
this.server = PreferenceUtil.getInstance(App.getInstance()).getServerId();
|
||||
this.playlistId = playlistId;
|
||||
|
||||
Reference in New Issue
Block a user