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: Middleware log message #423

Closed incompl closed 6 years ago

incompl commented 6 years ago

Fixes a bug where the "registered middleware" log message would trigger after dispose/reinit even though middleware is not reregistered in this case.

Also fixes a bug where initCancelContentPlay would always be called if the debug setting was false. Not sure if this had functional consequences but it's clearly unintended.

sirijami commented 6 years ago

LGTM:QA