diff options
Diffstat (limited to 'youtube/templates/watch.html')
| -rw-r--r-- | youtube/templates/watch.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 5ff31cb..d62884f 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -172,7 +172,11 @@ {% else %} <li>{{ playlist['current_index']+1 }}/{{ playlist['video_count'] }}</li> {% endif %} + {% if playlist['author_url'] %} <li><a href="{{ playlist['author_url'] }}" title="{{ playlist['author'] }}">{{ playlist['author'] }}</a></li> + {% elif playlist['author'] %} + <li>{{ playlist['author'] }}</li> + {% endif %} </ul> </div> <nav class="playlist-videos"> |
