diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-28 20:03:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-28 20:03:04 -0500 |
commit | 1f27e4921efae836bce7f375be8d229ec5841755 (patch) | |
tree | e08721a8fa4bb2ff650b4146ec6f0f4e600743f7 | |
parent | 05fa28ed9563421b75f3f41af828288b28bf2a23 (diff) | |
download | ytlibre-1f27e4921efae836bce7f375be8d229ec5841755.tar.lz ytlibre-1f27e4921efae836bce7f375be8d229ec5841755.tar.xz ytlibre-1f27e4921efae836bce7f375be8d229ec5841755.zip |
select default quality 360
-rw-r--r-- | templates/video.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index fdae3d2..679b8f8 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -123,6 +123,7 @@ document.addEventListener('DOMContentLoaded', () => { const player = new Plyr(document.getElementById('player'), { disableContextMenu: false, + quality: { default: 360 }, controls: [ 'play-large', 'play', |