diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-13 14:20:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-13 14:20:10 -0500 |
commit | 343b0f832900c506627d7715e63cc1f601d7c545 (patch) | |
tree | 95304de763a5a10ce018ff730ae200738921a545 /templates/video.tpl | |
parent | 1144b5dd0d85c81e8cab0e7f942dd41ce18d4471 (diff) | |
download | ytlibre-343b0f832900c506627d7715e63cc1f601d7c545.tar.lz ytlibre-343b0f832900c506627d7715e63cc1f601d7c545.tar.xz ytlibre-343b0f832900c506627d7715e63cc1f601d7c545.zip |
local resource
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index fef3160..d7da9c4 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -161,6 +161,6 @@ </p> </footer> </div> - <script src="{$javascript.plyr}" integrity="sha512-k0w6wxzlpLJ+mv/hTFFSS54ePiIgRTs+qJbGJZvCiHhmUI/gsoo9FpRnxvf1f1aWuGN2/bQ1F10Uz6GXkAFuSQ=="></script> + <script src="{$javascript.plyr}" integrity="sha512-VAzAm4qxuDivjRHdF9ykJb9aEntumzPAheFTg3fs9FGmVyI4Gx9GsRBy2ydWOAIXLVfCG1ZwvKjnVMe7zZLOKw=="></script> </body> </html> |