mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Standardized the logic for obtaining coverArt
This commit is contained in:
parent
6275ad0bdc
commit
a2a6dc9f15
3 changed files with 3 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue