summaryrefslogtreecommitdiff
path: root/libretube-theme/static/modules/plyr/plyr.polyfilled.mjs
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-04-29 13:50:21 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-04-29 13:50:21 -0500
commit099060bd31d9ef785c388d0df7b768c3d0641453 (patch)
treeaa0715b4be578e2a5252d57a0a6d92374303afc9 /libretube-theme/static/modules/plyr/plyr.polyfilled.mjs
parent07f1eff851b4de4ea98db0de5d57f755c63a1fc5 (diff)
Fix move theme in static to media/theme because is a sub directory, repair los image is in thumbnail
Diffstat (limited to 'libretube-theme/static/modules/plyr/plyr.polyfilled.mjs')
-rw-r--r--libretube-theme/static/modules/plyr/plyr.polyfilled.mjs26
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,