diff options
author | Jesús <heckyel@hyperbola.info> | 2020-09-20 15:41:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-20 15:41:37 -0500 |
commit | e0060cb4b5384fe6bacab7dcba4eaba59ab426f4 (patch) | |
tree | fbd2caabc6e0450e288772ca8a7a58a2cf270c25 | |
parent | 8b7dc4bdd60dd4e922dac123eab004b817da8a2f (diff) | |
download | libretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.tar.lz libretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.tar.xz libretube-e0060cb4b5384fe6bacab7dcba4eaba59ab426f4.zip |
Add more config in plyr
-rw-r--r-- | libretube-theme/static/js/play.js | 5 |
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 |