Skip to content

Commit 34c3737

Browse files
committed
Reset lastGapJumpPosition
1 parent 84a9e9f commit 34c3737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/streaming/controllers/GapController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function GapController() {
134134
jumpGap(currentTime, true);
135135
} else {
136136
lastPlaybackTime = currentTime;
137+
lastGapJumpPosition = NaN;
137138
}
138139
wallclockTicked = 0;
139140
}

0 commit comments

Comments
 (0)