Fix regression

This commit is contained in:
Sam Potts
2018-03-29 20:20:37 +11:00
parent 1c06f6d06d
commit 0d0ece94d3
20 changed files with 28 additions and 35 deletions

View File

@ -5268,7 +5268,7 @@ var defaults = {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
iconUrl: 'https://cdn.plyr.io/3.0.8/plyr.svg',
iconUrl: 'https://cdn.plyr.io/3.0.9/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
@ -9171,9 +9171,7 @@ var controls = {
this.elements.controls = container;
if (this.isHTML5) {
controls.setSpeedMenu.call(this);
}
controls.setSpeedMenu.call(this);
return container;
},
@ -11618,7 +11616,7 @@ var source = {
// ==========================================================================
// Plyr
// plyr.js v3.0.8
// plyr.js v3.0.9
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================