diff options
Diffstat (limited to 'youtube/templates/embed.html')
-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 026afb1..5ea7d17 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-LxSGuB4I2iAln3VLWi8t3RYhEks4/2rtcCw6kqiBghbqBJHXg5ikpeRxEOm0luiIuKDiqwNI3rsCXI/d+MPPAA==" + integrity="sha512-0JWbXvmMLCb9fsWBlcStfEdREgVEpfT0lSgJ5JemQXZJUE5W33gnLmUqxyww7xT8ESgA+YtAtBbn8O3tgYnSQg==" crossorigin="anonymous"></script> <script src="/youtube.com/static/js/plyr-start.js"></script> <!-- /plyr --> |