videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
381 stars 257 forks source link

fix: Remove duplicate playing listener from redispatch. #473

Closed brandonocasey closed 5 years ago

brandonocasey commented 5 years ago

playing is an event that already exists in VIDEO_EVENTS, this may have caused us to fire two playing or adplaying events sometimes.