From adba68edbc17f327ca04c5f23e3e0e2dfefa1733 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 7 Nov 2019 23:42:48 +0100 Subject: [PATCH] Display download options even when video only has one format --- templates/info.tpl | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/templates/info.tpl b/templates/info.tpl index 5d1fa68..1f127ed 100644 --- a/templates/info.tpl +++ b/templates/info.tpl @@ -20,11 +20,11 @@
+ {if $config->uglyUrls} + + {/if} {if isset($video->formats) && count($video->formats) > 1}

- {if $config->uglyUrls} - - {/if}

- {if $config->stream} - - -

- {/if} - {if $config->convertAdvanced} - - - - {t}with{/t} - - - {t}kbit/s audio{/t} -

- {/if} + {/if} + {if $config->stream} + + +

+ {/if} + {if $config->convertAdvanced} + + + + {t}with{/t} + + + {t}kbit/s audio{/t} +

{/if}