summaryrefslogtreecommitdiff
path: root/libretube-theme/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'libretube-theme/static/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