diff --git a/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java b/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java index 67ed4971b7c..cd104145d47 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java @@ -1776,7 +1776,7 @@ private ClippingProperties(Builder builder) { * MediaItem}. * *

This metadata is most useful for cases where playback requests are forwarded to other player - * instances (e.g. from a {@link android.media.session.MediaController}) and the player creating + * instances (e.g. from a {@code androidx.media3.session.MediaController}) and the player creating * the request doesn't know the required {@link LocalConfiguration} for playback. */ public static final class RequestMetadata implements Bundleable {