aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/embed.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-11 12:01:22 -0500
committerJesús <heckyel@hyperbola.info>2022-02-11 12:01:22 -0500
commitcd876f65e313080ab28c3ee5b18db896ca56f7c2 (patch)
tree0af484b5b3ae951f18eab94f9fee062315d79426 /youtube/templates/embed.html
parenta2723d76cd1eed6ff347c6aa5b3f541a53d08e6b (diff)
downloadyt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.tar.lz
yt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.tar.xz
yt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.zip
Update plyr module
Diffstat (limited to 'youtube/templates/embed.html')
-rw-r--r--youtube/templates/embed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/embed.html b/youtube/templates/embed.html
index 5ea7d17..97bcf9f 100644
--- a/youtube/templates/embed.html
+++ b/youtube/templates/embed.html
@@ -58,7 +58,7 @@
{% if settings.use_video_player == 2 %}
<!-- plyr -->
<script src="/youtube.com/static/modules/plyr/plyr.min.js"
- integrity="sha512-0JWbXvmMLCb9fsWBlcStfEdREgVEpfT0lSgJ5JemQXZJUE5W33gnLmUqxyww7xT8ESgA+YtAtBbn8O3tgYnSQg=="
+ integrity="sha512-LxQ9i36iGcbP3sgBvQQgt1nDE72qX7Vtj5+dRDKDTQ+cQVxaMRabWY2dEs8ccL4Zp5JoDd66FAPhzk8n2Wkfdw=="
crossorigin="anonymous"></script>
<script src="/youtube.com/static/js/plyr-start.js"></script>
<!-- /plyr -->