aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme/templates/article.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-14 21:50:58 -0500
committerJesús <heckyel@hyperbola.info>2020-06-14 21:50:58 -0500
commit3c81bce7a48580ad997b867aaae6b72ff351e19a (patch)
treeda1c765a667d33abd2c277ad72b6c30cf28dcd57 /libretube-theme/templates/article.html
parent04736c12f12b32c3e0d608d5000a7cdd395fe9d8 (diff)
downloadlibretube-3c81bce7a48580ad997b867aaae6b72ff351e19a.tar.lz
libretube-3c81bce7a48580ad997b867aaae6b72ff351e19a.tar.xz
libretube-3c81bce7a48580ad997b867aaae6b72ff351e19a.zip
plyr: update to v3.5.10, set download attribute for HTML5 only
Diffstat (limited to 'libretube-theme/templates/article.html')
-rw-r--r--libretube-theme/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/article.html b/libretube-theme/templates/article.html
index 8063ab0..5f1cd91 100644
--- a/libretube-theme/templates/article.html
+++ b/libretube-theme/templates/article.html
@@ -263,7 +263,7 @@
{% block extend_js %}
<!-- Plyr -->
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
- integrity="sha512-OuNuHhTUuTAbvDItUy1JPT/L9bBLBK71KDEgEiCUyzyZtVCKMALXfkyi5lQV30FoadAZoSlLoHxXeXQUGxoduw=="
+ integrity="sha512-h2OOBB+c2Z3y4ROK8VhcWgO0KtUl5yDHpUFlpDN7YN96fv8XUbapjrf6EEvKoxW+9nMN/QcJ9wrk9N8+OxYhOA=="
crossorigin="anonymous"></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"></script>
<!-- /Plyr -->