This commit is contained in:
Sam Potts
2018-03-30 23:14:07 +11:00
parent d593005b32
commit cce143a7da
17 changed files with 832 additions and 1850 deletions

2
dist/plyr.js vendored
View File

@ -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();
}