diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-14 16:47:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-14 16:47:49 -0500 |
commit | ef66da4d2736c6eaf2b462aae55dfc19a037bd06 (patch) | |
tree | 06a30aed55484fa56bd6c788cbcc07709f377838 /youtube/templates | |
parent | ccaf2b9f9f1d3c3b5fa5e3de46f8a05dc9471148 (diff) | |
download | yt-local-ef66da4d2736c6eaf2b462aae55dfc19a037bd06.tar.lz yt-local-ef66da4d2736c6eaf2b462aae55dfc19a037bd06.tar.xz yt-local-ef66da4d2736c6eaf2b462aae55dfc19a037bd06.zip |
[embed]: minor fix
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/embed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/embed.html b/youtube/templates/embed.html index 8abc408..6a2998b 100644 --- a/youtube/templates/embed.html +++ b/youtube/templates/embed.html @@ -51,7 +51,7 @@ {% if settings.use_video_player == 2 %} <!-- plyr --> <script src="/youtube.com/static/modules/plyr/plyr.min.js" - integrity="sha512-LxSGuB4I2iAln3VLWi8t3RYhEks4/2rtcCw6kqiBghbqBJHXg5ikpeRxEOm0luiIuKDiqwNI3rsCXI/d+MPPAA=="" + integrity="sha512-LxSGuB4I2iAln3VLWi8t3RYhEks4/2rtcCw6kqiBghbqBJHXg5ikpeRxEOm0luiIuKDiqwNI3rsCXI/d+MPPAA==" crossorigin="anonymous"></script> <script src="/youtube.com/static/js/plyr-start.js"></script> <!-- /plyr --> |