bugfix
This commit is contained in:
parent
2dbaf1acbd
commit
97a320dd6a
1 changed files with 0 additions and 4 deletions
|
@ -599,10 +599,6 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
||||||
|
|
||||||
if (shouldShowAnAd && browserIsChrome) {
|
if (shouldShowAnAd && browserIsChrome) {
|
||||||
player.ima({adTagUrl: macroUrl});
|
player.ima({adTagUrl: macroUrl});
|
||||||
|
|
||||||
player.ima.on('adend', function(event){
|
|
||||||
console.log('AD ENDED')
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
player.on('loadstart', function(event){
|
player.on('loadstart', function(event){
|
||||||
|
|
Loading…
Reference in a new issue