feat: added podcast description to the right page of the player

This commit is contained in:
antonio 2023-10-12 22:57:38 +02:00
parent c20cadff94
commit 67905affd3
4 changed files with 30 additions and 11 deletions

View file

@ -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());