Update useVideoAndSubtitles rename in comment

(cherry picked from commit 725cb70cbd20d6346bce784eb3100f904fd0955c)
This commit is contained in:
AbsurdlyLongUsername 2026-02-05 04:28:49 +00:00 committed by github-actions[bot]
parent 045e91df1c
commit 90d5d5f4de

View File

@ -2037,7 +2037,7 @@ public final class Player implements PlaybackListener, Listener {
// resolver was called when the app was in background, the app will only stream audio when
// the user come back to the app and will never fetch the video stream.
// Note that the video is not fetched when the app is in background because the video
// renderer is fully disabled (see useVideoSource method), except for HLS streams
// renderer is fully disabled (see useVideoAndSubtitles method), except for HLS streams
// (see https://github.com/google/ExoPlayer/issues/9282).
return videoResolver.resolve(info);
}