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: Fix an error being thrown when using changing sources with stitched ads scenarios #500

Closed misteroneill closed 5 years ago

misteroneill commented 5 years ago

This error was being thrown when the contentchanged event was fired when using stitched ads:

TypeError: this._getName is not a function

Also, this updates lodash to fix audit issues.