Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Description of the Changes when playing a media on a mobile device and exiting the browser- the request is for the mobile device to show the entry name of the media that is played and the thumbnail as the background, in the native device player. - using `MediaMetadata` object to pass to the `navigator.mediaSession` - configuring the navigator `mediaSession` in `setMedia` to cover playlist and setMedia use-cases - in case there is not entry name or poster, resetting to empty string so it will not show the previews information #### Resolves FEC-13871
- Loading branch information