mirror of
https://github.com/videojs/video.js.git
synced 2025-02-08 12:05:47 +02:00
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: #6232, #6234, #6370, #6372