mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Refactor Primary image
This commit is contained in:
parent
078302c859
commit
7b19e3a5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue