diff options
author | Sam Potts <sam@potts.es> | 2020-04-28 23:17:54 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-04-28 23:17:54 +1000 |
commit | adb3f359203e7e3e6dad06376f63630f3880fb8f (patch) | |
tree | a98619b86ac317d12c24fa5aff16e42639832d1d /dist/plyr.polyfilled.js | |
parent | a58b8bf4bb8218f3828f9a7ae680807488324c01 (diff) | |
download | plyr-adb3f359203e7e3e6dad06376f63630f3880fb8f.tar.lz plyr-adb3f359203e7e3e6dad06376f63630f3880fb8f.tar.xz plyr-adb3f359203e7e3e6dad06376f63630f3880fb8f.zip |
v3.6.1
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r-- | dist/plyr.polyfilled.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js index e9236e4e..61960e76 100644 --- a/dist/plyr.polyfilled.js +++ b/dist/plyr.polyfilled.js @@ -9977,7 +9977,7 @@ typeof navigator === "object" && (function (global, factory) { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.5.10/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', // Quality default @@ -10906,7 +10906,7 @@ typeof navigator === "object" && (function (global, factory) { // Loop through values (as they are the keys when the object is spread 🤔) Object.values(_objectSpread2({}, this.media.style)) // We're only fussed about Plyr specific properties .filter(function (key) { - return key.startsWith('--plyr'); + return !is$1.empty(key) && key.startsWith('--plyr'); }).forEach(function (key) { // Set on the container _this5.elements.container.style.setProperty(key, _this5.media.style.getPropertyValue(key)); // Clean up from media element |