diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-11 12:01:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-11 12:01:22 -0500 |
commit | cd876f65e313080ab28c3ee5b18db896ca56f7c2 (patch) | |
tree | 0af484b5b3ae951f18eab94f9fee062315d79426 /youtube/templates/watch.html | |
parent | a2723d76cd1eed6ff347c6aa5b3f541a53d08e6b (diff) | |
download | yt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.tar.lz yt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.tar.xz yt-local-cd876f65e313080ab28c3ee5b18db896ca56f7c2.zip |
Update plyr module
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index b4f9adf..95296d2 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -245,7 +245,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 --> |