Refactor Primary image
This commit is contained in:
@@ -79,7 +79,7 @@ public class Download {
|
|||||||
this.artistId = song.getArtistId();
|
this.artistId = song.getArtistId();
|
||||||
this.artistName = MusicUtil.normalizedArtistName(song.getArtistName());
|
this.artistName = MusicUtil.normalizedArtistName(song.getArtistName());
|
||||||
this.trackNumber = song.getTrackNumber();
|
this.trackNumber = song.getTrackNumber();
|
||||||
this.primary = song.getPrimary();
|
this.primary = song.getCoverArtId();
|
||||||
this.duration = song.getDuration();
|
this.duration = song.getDuration();
|
||||||
this.server = PreferenceUtil.getInstance(App.getInstance()).getServerId();
|
this.server = PreferenceUtil.getInstance(App.getInstance()).getServerId();
|
||||||
this.playlistId = playlistId;
|
this.playlistId = playlistId;
|
||||||
|
|||||||
Reference in New Issue
Block a user