aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-09-20 15:41:37 -0500
committerJesús <heckyel@hyperbola.info>2020-09-20 15:41:37 -0500
commite0060cb4b5384fe6bacab7dcba4eaba59ab426f4 (patch)
treefbd2caabc6e0450e288772ca8a7a58a2cf270c25
parent8b7dc4bdd60dd4e922dac123eab004b817da8a2f (diff)
downloadlibretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.tar.lz
libretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.tar.xz
libretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.zip
Add more config in plyr
-rw-r--r--libretube-theme/static/js/play.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/libretube-theme/static/js/play.js b/libretube-theme/static/js/play.js
index a2a53c2..9c23c84 100644
--- a/libretube-theme/static/js/play.js
+++ b/libretube-theme/static/js/play.js
@@ -12,6 +12,9 @@ const player = new Plyr('#player-ply', {
'settings',
'download',
'fullscreen'
- ]
+ ],
+ iconUrl: "/theme/modules/plyr/plyr.svg",
+ blankVideo: "/theme/modules/plyr/blank.webm",
+ debug: true,
});
// @license-end