aboutsummaryrefslogtreecommitdiffstats
path: root/dist/plyr.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-04-29 09:21:32 +1000
committerGitHub <noreply@github.com>2020-04-29 09:21:32 +1000
commitdda2d072aaaa2047a00cba82505965f89b20aee3 (patch)
treea98619b86ac317d12c24fa5aff16e42639832d1d /dist/plyr.js
parent4915cf0120870db4a52b3be117efa22f8ca2bd3e (diff)
parentadb3f359203e7e3e6dad06376f63630f3880fb8f (diff)
downloadplyr-dda2d072aaaa2047a00cba82505965f89b20aee3.tar.lz
plyr-dda2d072aaaa2047a00cba82505965f89b20aee3.tar.xz
plyr-dda2d072aaaa2047a00cba82505965f89b20aee3.zip
Merge pull request #1813 from sampotts/master
Merge back
Diffstat (limited to 'dist/plyr.js')
-rw-r--r--dist/plyr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/plyr.js b/dist/plyr.js
index fa39b186..1f0f012f 100644
--- a/dist/plyr.js
+++ b/dist/plyr.js
@@ -3656,7 +3656,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
@@ -4572,7 +4572,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