From 8103275cffa5aeb2a38a46b6121545f622178c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 26 Nov 2020 20:37:46 -0500 Subject: Fix when live video --- templates/video.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates') 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} +

Livestream videos are not yet supported.

+ {elseif $breaklink === TRUE} {else} {foreach $streamFormats as $stream} {/foreach} {/if} -

Lo siento, este navegador no soporta vĂ­deo en HTML5. Por favor, cambia o actualiza tu navegador web

-- cgit v1.2.3