Skip to content

Commit 8802ab6

Browse files
committed
Ensuring the internalSeek flag in PlaybackController.js is reset upon skipping the next _onPlaybackSeeking
1 parent 2e7e9a9 commit 8802ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/streaming/controllers/PlaybackController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ function PlaybackController() {
667667
function _onPlaybackSeeking() {
668668
// Check if internal seeking to be ignored
669669
if (internalSeek) {
670+
internalSeek = false;
670671
return;
671672
}
672673

0 commit comments

Comments
 (0)