From adb3f359203e7e3e6dad06376f63630f3880fb8f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 28 Apr 2020 23:17:54 +1000 Subject: v3.6.1 --- dist/plyr.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/plyr.mjs') diff --git a/dist/plyr.mjs b/dist/plyr.mjs index 7b700992..bf5afd2c 100644 --- a/dist/plyr.mjs +++ b/dist/plyr.mjs @@ -3650,7 +3650,7 @@ var defaults$1 = { // 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 @@ -4566,7 +4566,7 @@ var ui = { // 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 -- cgit v1.2.3