This commit is contained in:
Anthony 2021-10-12 22:57:43 +03:00
parent 2dbaf1acbd
commit 97a320dd6a
No known key found for this signature in database
GPG key ID: C386D3C93D50E356

View file

@ -599,10 +599,6 @@ export default React.memo<Props>(function VideoJs(props: Props) {
if (shouldShowAnAd && browserIsChrome) {
player.ima({adTagUrl: macroUrl});
player.ima.on('adend', function(event){
console.log('AD ENDED')
})
}
player.on('loadstart', function(event){