diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 10dec73..f68c4e6 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -127,7 +127,7 @@ https://stackoverflow.com/a/35153397 ({{video['duration'] | seconds_to_hms}}) ({{video['views']}}) {% if channel is none %} - (Chan) + ({{video.get('author_name', 'Chan')}}) {% endif %}