diff --git a/templates/playlist.tpl b/templates/playlist.tpl index 39617a0..84134b1 100644 --- a/templates/playlist.tpl +++ b/templates/playlist.tpl @@ -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}