mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Refactor Primary image
This commit is contained in:
parent
cd4ca167c6
commit
078302c859
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class DiscoverSongAdapter extends RecyclerView.Adapter<DiscoverSongAdapte
|
||||||
holder.textAlbum.setText(MusicUtil.getReadableString(song.getAlbumName()));
|
holder.textAlbum.setText(MusicUtil.getReadableString(song.getAlbumName()));
|
||||||
|
|
||||||
CustomGlideRequest.Builder
|
CustomGlideRequest.Builder
|
||||||
.from(context, song.getPrimary(), CustomGlideRequest.SONG_PIC, null)
|
.from(context, song.getCoverArtId(), CustomGlideRequest.SONG_PIC, null)
|
||||||
.build()
|
.build()
|
||||||
.into(holder.cover);
|
.into(holder.cover);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue