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

4
src/js/controls.js vendored
View File

@ -1177,9 +1177,7 @@ const controls = {
this.elements.controls = container;
if (this.isHTML5) {
controls.setSpeedMenu.call(this);
}
controls.setSpeedMenu.call(this);
return container;
},

View File

@ -56,7 +56,7 @@ const 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',

View File

@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
// plyr.js v3.0.8
// plyr.js v3.0.9
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================

View File

@ -1,6 +1,6 @@
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.0.8
// plyr.js v3.0.9
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================