benwiley4000 / cassette

📼 A flexible media player component library for React that requires no up-front config
https://benwiley4000.github.io/cassette/styleguide
MIT License
184 stars 28 forks source link

Avoid resetting currentTime on seek attempt while track loading #391

Closed benwiley4000 closed 5 years ago

benwiley4000 commented 5 years ago

Instead we can avoid messing with the media's currentTime and just set the currentTime in state.. which will be used eventually to set the media's currentTime when the track is finished loading.

Related to #371 I think.

benwiley4000 commented 5 years ago

Closed in #392.