cladera / videojs-offset

VideoJS plugin for play a segment of a video.
MIT License
64 stars 43 forks source link

fix: remaining time #33

Closed cladera closed 6 years ago

cladera commented 6 years ago

Description

Fix remainingTime method.

Specific Changes proposed

As @zetisam suggested, it removes the piece of code that was checking the currentTime is less than the start offset since currentTime is already taking care of it.

Requirements Checklist