aboutsummaryrefslogtreecommitdiffstats
path: root/templates/embed.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/embed.tpl')
-rw-r--r--templates/embed.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/embed.tpl b/templates/embed.tpl
index 7ef3ac4..4fda29d 100644
--- a/templates/embed.tpl
+++ b/templates/embed.tpl
@@ -11,18 +11,18 @@
<body>
<video class="player-ply" controls poster="{$librethumb}" data-setup="{}">
{foreach $videosStream as $stream}
- {$stream = json_decode(json_encode($stream))}
- <source data-res="{$stream->quality}" src="{$stream->url}" type="{$stream->libretype}"/>
+ {$stream = json_decode(json_encode($stream))}
+ <source data-res="{$stream->quality}" src="{$stream->url}" type="{$stream->libretype}"/>
{/foreach}
<p>Lo siento, este navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p>
</video>
<!--Plyr-->
<script>
- // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
- document.addEventListener('DOMContentLoaded', () => {
- const players = Array.from(document.querySelectorAll('.player-ply')).map(player => new Plyr(player));
- });
- // @license-end
+ // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+ document.addEventListener('DOMContentLoaded', () => {
+ const players = Array.from(document.querySelectorAll('.player-ply')).map(player => new Plyr(player));
+ });
+ // @license-end
</script>
<!--EndPlyr-->
<script src="{$javascript.plyr}"></script>