media icon indicating copy to clipboard operation
media copied to clipboard

CastPlayer does not support `mediaMetadata`

Open marcbaechinger opened this issue 4 years ago • 0 comments

Observed behaviour

CastPlayer always returns MediaMetadata.EMPTY for getMediaMetadata(). Accordingly Player.Listener.onMediaMetadatachanged is never called.

Expected behavour

a) getMediaMetadata() returns a MediaMetadata instance that corresponds to the current MediaItem being played (see issue #25 also). b) The callback Player.Listener.onMediaMetadataChanged is called accordingly when the metadata returned by getMediaMetadata() changes.

marcbaechinger avatar Jan 10 '22 13:01 marcbaechinger