From 099060bd31d9ef785c388d0df7b768c3d0641453 Mon Sep 17 00:00:00 2001 From: srv Date: Tue, 29 Apr 2025 13:50:21 -0500 Subject: Fix move theme in static to media/theme because is a sub directory, repair los image is in thumbnail --- libretube-theme/static/js/play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libretube-theme/static/js/play.js') 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 -- cgit v1.2.3