Standardized the logic for obtaining coverArt

This commit is contained in:
CappielloAntonio 2022-02-08 12:56:24 +01:00
parent 6275ad0bdc
commit a2a6dc9f15
3 changed files with 3 additions and 2 deletions

View file

@ -209,6 +209,7 @@ public class MappingUtil {
bundle.putString("id", media.getId());
bundle.putString("albumId", media.getAlbumId());
bundle.putString("artistId", media.getArtistId());
bundle.putString("coverArtId", media.getCoverArtId());
bundle.putString("mediaType", media.getType());
return new MediaItem.Builder()