diff options
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r-- | dist/plyr.polyfilled.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js index 045471f2..3f422109 100644 --- a/dist/plyr.polyfilled.js +++ b/dist/plyr.polyfilled.js @@ -5268,7 +5268,7 @@ var defaults = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.0.7/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.0.8/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', @@ -11249,7 +11249,10 @@ var vimeo = { var currentSrc = void 0; player.embed.getVideoUrl().then(function (value) { currentSrc = value; + }).catch(function (error) { + _this2.debug.warn(error); }); + Object.defineProperty(player.media, 'currentSrc', { get: function get() { return currentSrc; @@ -11615,7 +11618,7 @@ var source = { // ========================================================================== // Plyr -// plyr.js v3.0.7 +// plyr.js v3.0.8 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== @@ -12931,7 +12934,7 @@ var Plyr$1 = function () { // ========================================================================== // Plyr Polyfilled Build -// plyr.js v3.0.6 +// plyr.js v3.0.8 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== |