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}
|
{/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}
|
||||||
|
|
Loading…
Reference in a new issue