fix(playlist): Unset title variable
This commit is contained in:
parent
dd034743a3
commit
93878220b5
1 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue