From e83d4e8469e60ca247354a6c59301116acab4987 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 12 Apr 2015 16:29:05 +0200 Subject: [PATCH] Error in Smarty if --- templates/video.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/video.tpl b/templates/video.tpl index d0116db..1b826ca 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -22,7 +22,7 @@
-{if $video->formats} +{if isset($video->formats)}

Available formats:

(You might have to do a Right click > Save as)



{else} -{/if} -{if $video->formats} Download
{/if}