diff options
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r-- | dist/plyr.polyfilled.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js index 51050c1f..46906a66 100644 --- a/dist/plyr.polyfilled.js +++ b/dist/plyr.polyfilled.js @@ -12149,7 +12149,7 @@ typeof navigator === "object" && (function (global, factory) { }, { key: 'enabled', get: function get() { - return this.player.isVideo && this.player.config.ads.enabled && !is$1.empty(this.publisherId); + return this.player.isHTML5 && this.player.isVideo && this.player.config.ads.enabled && !is$1.empty(this.publisherId); } }, { key: 'tagUrl', |