diff options
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index f2bc311c..670cdccd 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -6546,7 +6546,7 @@ var Plyr = function () { // Setup ads if provided this.ads = new Ads(this); - // Always autoplay if required + // Autoplay if required if (this.config.autoplay) { this.play(); } |