Skip to content

Commit 90d5d5f

Browse files
Update useVideoAndSubtitles rename in comment
(cherry picked from commit 725cb70)
1 parent 045e91d commit 90d5d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ public MediaSource sourceOf(final PlayQueueItem item, final StreamInfo info) {
20372037
// resolver was called when the app was in background, the app will only stream audio when
20382038
// the user come back to the app and will never fetch the video stream.
20392039
// Note that the video is not fetched when the app is in background because the video
2040-
// renderer is fully disabled (see useVideoSource method), except for HLS streams
2040+
// renderer is fully disabled (see useVideoAndSubtitles method), except for HLS streams
20412041
// (see https://github.com/google/ExoPlayer/issues/9282).
20422042
return videoResolver.resolve(info);
20432043
}

0 commit comments

Comments
 (0)