mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Standardized the logic for obtaining coverArt
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user