mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
feat: added podcast description to the right page of the player
This commit is contained in:
parent
c20cadff94
commit
67905affd3
4 changed files with 30 additions and 11 deletions
|
|
@ -179,6 +179,7 @@ public class MappingUtil {
|
|||
bundle.putBoolean("isVideo", podcastEpisode.isVideo());
|
||||
bundle.putLong("created", podcastEpisode.getCreated() != null ? podcastEpisode.getCreated().getTime() : 0);
|
||||
bundle.putString("artistId", podcastEpisode.getArtistId());
|
||||
bundle.putString("description", podcastEpisode.getDescription());
|
||||
bundle.putString("type", Constants.MEDIA_TYPE_PODCAST);
|
||||
bundle.putString("uri", uri.toString());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue