aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-09 19:14:35 -0500
committerJesús <heckyel@hyperbola.info>2019-04-09 19:14:35 -0500
commit1311ebdcbc60d99a99cec27c9b3f3e5637608e5b (patch)
tree2609f9bebc26053101c8d6f6c4b2feaee9771c30 /libretube-theme
parent50ea2c34920dfad25cd62715a419aa9f857900a0 (diff)
downloadlibretube-1311ebdcbc60d99a99cec27c9b3f3e5637608e5b.tar.lz
libretube-1311ebdcbc60d99a99cec27c9b3f3e5637608e5b.tar.xz
libretube-1311ebdcbc60d99a99cec27c9b3f3e5637608e5b.zip
fix missing play-large
Diffstat (limited to 'libretube-theme')
-rw-r--r--libretube-theme/static/js/play.js1
-rw-r--r--libretube-theme/templates/article.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/libretube-theme/static/js/play.js b/libretube-theme/static/js/play.js
index a787c72..0049e9c 100644
--- a/libretube-theme/static/js/play.js
+++ b/libretube-theme/static/js/play.js
@@ -1,6 +1,7 @@
document.addEventListener('DOMContentLoaded', () => {
const player = new Plyr(document.getElementById('player-ply'), {
controls: [
+ 'play-large',
'play',
'progress',
'current-time',
diff --git a/libretube-theme/templates/article.html b/libretube-theme/templates/article.html
index 226baee..0214d90 100644
--- a/libretube-theme/templates/article.html
+++ b/libretube-theme/templates/article.html
@@ -190,6 +190,6 @@
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
integrity="sha512-5LTPChkWfom9XmQ+T2/MfSTBirVqZf7g/7OM80kuLVcSg2aSzjVuivWhTWQaVA9B/V+fCtnLQuPoeXu3WoG4vA=="></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"
- integrity="sha512-1S+/MTWPor7qA+6Gbh/mdA8TSXyoRB1RHxZaTNSkv9Hd+/pe6h+cdG1th21p5RdugkZBm39n48NA/aX9sZwOJA=="></script>
+ integrity="sha512-zI4q0i/VNK0C938doBn4Ptv7usRvFRpcodm8THoLOQm/2uUOH/HpeARUe9rINnm7nweYmfK4hcmnlPNUp2hxZw=="></script>
<!-- /Plyr -->
{% endblock %}