diff --git a/docs/retrieving-metadata.md b/docs/retrieving-metadata.md index 1b0339d8af..b0a288353a 100644 --- a/docs/retrieving-metadata.md +++ b/docs/retrieving-metadata.md @@ -6,7 +6,7 @@ title: Retrieving metadata The metadata of the media can be retrieved during playback in multiple ways. The most straightforward is to listen for the -`Player.EventListener#onMediaMetadataChanged` event; this will provide a +`Player.Listener#onMediaMetadataChanged` event; this will provide a [`MediaMetadata`][] object for use, which has fields such as `title` and `albumArtist`. Alternatively, calling `Player#getMediaMetadata` returns the same object.