Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(player): cache_.currentTime is not updated when the current time …
…is set Updating cache_.currentTime as soon as the currentTime is set avoids having to wait for the timeupdate event, which results in: - making cache_.currentTime more reliable - updating the progress bar on mouse up after dragging when the media is paused. See also: videojs#6232, videojs#6234, videojs#6370, videojs#6372
- Loading branch information