diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-30 23:38:11 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-30 23:43:32 +0800 |
commit | a1dd28383209f4bf6885d1932452c505eb1f3c73 (patch) | |
tree | e57e66a52daa25ca374a366166db6070b10f3449 /youtube/templates/embed.html | |
parent | 1fbc0cdd466eff4b79d2fe1959b407b791f040ae (diff) | |
download | yt-local-a1dd28383209f4bf6885d1932452c505eb1f3c73.tar.lz yt-local-a1dd28383209f4bf6885d1932452c505eb1f3c73.tar.xz yt-local-a1dd28383209f4bf6885d1932452c505eb1f3c73.zip |
Revert update plyr
because iceweasel not support engine v8+
More info: https://repo.palemoon.org/MoonchildProductions/UXP/issues/1675
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 4e642a8..8758683 100644 --- a/youtube/templates/embed.html +++ b/youtube/templates/embed.html @@ -63,7 +63,7 @@ {% if settings.use_video_player == 2 %} <!-- plyr --> <script src="/youtube.com/static/modules/plyr/plyr.min.js" - integrity="sha512-LxQ9i36iGcbP3sgBvQQgt1nDE72qX7Vtj5+dRDKDTQ+cQVxaMRabWY2dEs8ccL4Zp5JoDd66FAPhzk8n2Wkfdw==" + integrity="sha512-l6ZzdXpfMHRfifqaR79wbYCEWjLDMI9DnROvb+oLkKq6d7MGroGpMbI7HFpicvmAH/2aQO+vJhewq8rhysrImw==" crossorigin="anonymous"></script> <script src="/youtube.com/static/js/plyr-start.js"></script> <!-- /plyr --> |