diff options
Diffstat (limited to 'libretube-theme/static/modules/plyr/plyr.polyfilled.mjs')
-rw-r--r-- | libretube-theme/static/modules/plyr/plyr.polyfilled.mjs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/libretube-theme/static/modules/plyr/plyr.polyfilled.mjs b/libretube-theme/static/modules/plyr/plyr.polyfilled.mjs index 09d775a..6781c9d 100644 --- a/libretube-theme/static/modules/plyr/plyr.polyfilled.mjs +++ b/libretube-theme/static/modules/plyr/plyr.polyfilled.mjs @@ -4226,10 +4226,10 @@ function _nonIterableRest() { } (function (global) { - /**
- * Polyfill URLSearchParams
- *
- * Inspired from : https://github.com/WebReflection/url-search-params/blob/master/src/url-search-params.js
+ /** + * Polyfill URLSearchParams + * + * Inspired from : https://github.com/WebReflection/url-search-params/blob/master/src/url-search-params.js */ var checkIfIteratorIsSupported = function checkIfIteratorIsSupported() { try { @@ -4260,9 +4260,9 @@ function _nonIterableRest() { return iterator; }; - /**
- * Search param name and values should be encoded according to https://url.spec.whatwg.org/#urlencoded-serializing
- * encodeURIComponent() produces the same result except encoding spaces as `%20` instead of `+`.
+ /** + * Search param name and values should be encoded according to https://url.spec.whatwg.org/#urlencoded-serializing + * encodeURIComponent() produces the same result except encoding spaces as `%20` instead of `+`. */ @@ -4481,10 +4481,10 @@ function _nonIterableRest() { })(typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : commonjsGlobal); (function (global) { - /**
- * Polyfill URL
- *
- * Inspired from : https://github.com/arv/DOM-URL-Polyfill/blob/master/src/url.js
+ /** + * Polyfill URL + * + * Inspired from : https://github.com/arv/DOM-URL-Polyfill/blob/master/src/url.js */ var checkIfURLIsSupported = function checkIfURLIsSupported() { try { @@ -9977,9 +9977,9 @@ var defaults$1 = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: '/theme/modules/plyr/plyr.svg', + iconUrl: '/media/theme/modules/plyr/plyr.svg', // Blank video (used to prevent errors on source change) - blankVideo: '/theme/modules/plyr/blank.webm', + blankVideo: '/media/theme/modules/plyr/blank.webm', // Quality default quality: { default: 576, |