Skip to content

Commit

Permalink
Patch for Seeking around eventually stalls [on paused-but-seeking vid…
Browse files Browse the repository at this point in the history
…eo] #4367
  • Loading branch information
karendolan committed Apr 28, 2022
1 parent 2ce5467 commit a71a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/gap-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class GapController {

// The playhead should not be moving
if (
media.paused ||
(media.paused && !seeking) ||
media.ended ||
media.playbackRate === 0 ||
!BufferHelper.getBuffered(media).length
Expand Down

0 comments on commit a71a338

Please sign in to comment.