Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 9, 2025
1 parent 6e634a5 commit 7d642d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/PlayerSkins/events/playerAdsEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ player.on('adsready', function () {
adsManager.addEventListener(google.ima.AdEvent.Type.COMPLETE, function () {
console.log('ADS: IMA SDK: Ad completed.');
logAdEvent('AdCompleted');
player.play();
});

adsManager.addEventListener(google.ima.AdEvent.Type.PAUSED, function () {
Expand Down

0 comments on commit 7d642d7

Please sign in to comment.