fix(playlist): Unset title variable

This commit is contained in:
Pierre Rudloff 2019-01-25 21:16:58 +01:00
parent dd034743a3
commit 93878220b5
1 changed files with 6 additions and 2 deletions

View File

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