Refactor Primary image

This commit is contained in:
CappielloAntonio 2022-02-07 17:30:50 +01:00
parent 078302c859
commit 7b19e3a5b8

View file

@ -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;