diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-07 18:00:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-07 18:00:07 -0500 |
commit | 82df00cd02da5b682c3c29353236133c3a6d46a2 (patch) | |
tree | e6ef4fce129ffec94271beb8337919ec023b9db9 | |
parent | fb22b5937af04c34ce7efab81f2fe594cce71073 (diff) | |
download | ytlibre-82df00cd02da5b682c3c29353236133c3a6d46a2.tar.lz ytlibre-82df00cd02da5b682c3c29353236133c3a6d46a2.tar.xz ytlibre-82df00cd02da5b682c3c29353236133c3a6d46a2.zip |
Minor fix
-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 ee3e9f9..f690f3a 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -126,7 +126,7 @@ </li> {/foreach} - {if $streamExtra === TRUE} + {if $streamExtra == TRUE} {foreach $streamFormatsExtra as $download} <li class="download-format"> <a class="boton-descarga" href="{$download['url']}"> |