mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +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.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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue