diff --git a/templates/playlist.tpl b/templates/playlist.tpl index 5b28346..d87163e 100644 --- a/templates/playlist.tpl +++ b/templates/playlist.tpl @@ -23,18 +23,25 @@ {/strip}"> {if !isset($entry->title)} {if $entry->ie_key == YoutubePlaylist} - Playlist + {t}Playlist{/t} {else} - Video + {t}Video{/t} {/if} {else} {$entry->title} {/if} - url}">{t}Download{/t} - url}">{t}More options{/t} + {if $entry->_type == 'playlist'} +
+ {else} + url}">{t}Download{/t} + url}">{t}More options{/t} + {/if} {/foreach} {/block}