diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-22 18:12:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-22 18:12:13 -0500 |
commit | 84321a94f5191eba0ad4b97092b5fa0aaad3ebc1 (patch) | |
tree | 478db0989b501c00100498ff4432938c533f8a60 | |
parent | 97c7b0a5d167de7e8836b819bf7ad12582bded22 (diff) | |
download | ytlibre-84321a94f5191eba0ad4b97092b5fa0aaad3ebc1.tar.lz ytlibre-84321a94f5191eba0ad4b97092b5fa0aaad3ebc1.tar.xz ytlibre-84321a94f5191eba0ad4b97092b5fa0aaad3ebc1.zip |
removed unimportant parameter
-rw-r--r-- | templates/video.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 11c2087..13b36cf 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -103,7 +103,6 @@ <script> document.addEventListener('DOMContentLoaded', () => { const player = new Plyr(document.getElementById('player-ply'), { - captions: { active: true, language: 'en' }, disableContextMenu: false, controls: [ 'play-large', |