mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Fix HTML info decoding
This commit is contained in:
parent
8f08b12b69
commit
80f30aa41a
9 changed files with 67 additions and 34 deletions
|
|
@ -54,7 +54,7 @@ public class ArtistHorizontalAdapter extends RecyclerView.Adapter<ArtistHorizont
|
|||
Artist artist = artists.get(position);
|
||||
|
||||
holder.artistName.setText(artist.getName());
|
||||
holder.artistInfo.setText("--");
|
||||
holder.artistInfo.setText("Album count: " + String.valueOf(artist.getAlbumCount()));
|
||||
|
||||
CustomGlideRequest.Builder
|
||||
.from(context, artist.getPrimary(), artist.getPrimaryBlurHash(), CustomGlideRequest.ARTIST_PIC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue