1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-31 22:22:09 +02:00
Evan Farina 5973a62f67 fix: call reset if we are paused or no promises, otherwise wait for play promise to resolve ()
Calling video.load while the video is trying to play (that is between play and playing event) throws an error. Instead, just wait for playback to happen before resetting.

Fixes 
2019-04-11 15:53:31 -04:00
..