diff options
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 3d1cf49..dc818b8 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -108,14 +108,15 @@ oncontextmenu='{$videoTitle}' onmouseenter='{$videoTitle}' title='{$videoTitle}'> - {if $breaklink === TRUE} + {if $islive === True} + <p> Livestream videos are not yet supported. </p> + {elseif $breaklink === TRUE} <source data-res="{$breakquality}" src="{$breakurl}" type='{$formatdrm}'/> {else} {foreach $streamFormats as $stream} <source data-res="{trim($stream->resolution, 'p')}" src="{$stream->url}" type='{$stream->type}'/> {/foreach} {/if} - <p>Lo siento, este navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p> </video> </div> <!--Plyr--> |