Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Gap jump at start when first jump lands in a new gap (shaka-proj…
…ect#5408) This change accounts for a gap jump at the start of an asset that lands the user user inside of another gap. The video element is still `paused` at this point, but we've moved past the `startTime` because we jumped a gap. Thus the gap jumper gets stuck, and playback will never start.
- Loading branch information