diff options
Diffstat (limited to 'libretube-theme/static/modules/plyr/plyr.polyfilled.js')
-rw-r--r-- | libretube-theme/static/modules/plyr/plyr.polyfilled.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libretube-theme/static/modules/plyr/plyr.polyfilled.js b/libretube-theme/static/modules/plyr/plyr.polyfilled.js index a8187b1..b421319 100644 --- a/libretube-theme/static/modules/plyr/plyr.polyfilled.js +++ b/libretube-theme/static/modules/plyr/plyr.polyfilled.js @@ -9983,9 +9983,9 @@ typeof navigator === "object" && (function (global, factory) { // 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, |