summaryrefslogtreecommitdiff
path: root/libretube-theme/static/js/play.js
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/js/play.js
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/js/play.js')
-rw-r--r--libretube-theme/static/js/play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/libretube-theme/static/js/play.js b/libretube-theme/static/js/play.js
index 6655e8a..1ac7252 100644
--- a/libretube-theme/static/js/play.js
+++ b/libretube-theme/static/js/play.js
@@ -14,8 +14,8 @@ const player = new Plyr('#player-ply', {
'download',
'fullscreen'
],
- iconUrl: "/theme/modules/plyr/plyr.svg",
- blankVideo: "/theme/modules/plyr/blank.webm",
+ iconUrl: "/media/theme/modules/plyr/plyr.svg",
+ blankVideo: "/media/theme/modules/plyr/blank.webm",
debug: false,
});
// @license-end