diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
commit | 099060bd31d9ef785c388d0df7b768c3d0641453 (patch) | |
tree | aa0715b4be578e2a5252d57a0a6d92374303afc9 /libretube-theme/static/js | |
parent | 07f1eff851b4de4ea98db0de5d57f755c63a1fc5 (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')
-rw-r--r-- | libretube-theme/static/js/play.js | 4 |
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 |