aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-12-30 21:24:45 -0500
committerJesús <heckyel@hyperbola.info>2018-12-30 21:24:45 -0500
commitd83810f94e0645445e6016199066e97004dacc48 (patch)
treef32a26acf86d2b0ebecae24f87d3b3956c270b8a
parentdbadb66631cc05c16231e4eb8a3aafc8fe999136 (diff)
downloadytlibre-d83810f94e0645445e6016199066e97004dacc48.tar.lz
ytlibre-d83810f94e0645445e6016199066e97004dacc48.tar.xz
ytlibre-d83810f94e0645445e6016199066e97004dacc48.zip
fix forgot sum plyr in embed
-rw-r--r--templates/embed.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/embed.tpl b/templates/embed.tpl
index 4fda29d..728de7a 100644
--- a/templates/embed.tpl
+++ b/templates/embed.tpl
@@ -25,6 +25,6 @@
// @license-end
</script>
<!--EndPlyr-->
- <script src="{$javascript.plyr}"></script>
+ <script src="{$javascript.plyr}" integrity="sha512-k0w6wxzlpLJ+mv/hTFFSS54ePiIgRTs+qJbGJZvCiHhmUI/gsoo9FpRnxvf1f1aWuGN2/bQ1F10Uz6GXkAFuSQ=="></script>
</body>
</html>