From d1f22bc1a0cf874e76a626dd770a201a0ee303a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 7 Dec 2020 17:46:03 -0500 Subject: Add streamFormatsExtra to download --- templates/video.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates/video.tpl') diff --git a/templates/video.tpl b/templates/video.tpl index f8155ad..ee3e9f9 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -125,6 +125,16 @@ {/foreach} + + {if $streamExtra === TRUE} + {foreach $streamFormatsExtra as $download} +
  • + + {$download['format']} + +
  • + {/foreach} + {/if} {else} -- cgit v1.2.3