fix(playlist): Unset title variable

This commit is contained in:
Pierre Rudloff 2019-01-25 21:16:58 +01:00
parent dd034743a3
commit 93878220b5

View file

@ -17,8 +17,12 @@
{/if} {/if}
{$video->url} {$video->url}
{/strip}"> {/strip}">
{if !isset($video->title) and $video->ie_key == YoutubePlaylist} {if !isset($video->title)}
Playlist {if $video->ie_key == YoutubePlaylist}
Playlist
{else}
Video
{/if}
{else} {else}
{$video->title} {$video->title}
{/if} {/if}