diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index a7c96af..d59175f 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -212,7 +212,7 @@ https://stackoverflow.com/a/35153397 ({{video.duration | seconds_to_hms}}) ({{video.views}}) {% if channel is none %} - ({{video.author.name if video.author else video.author_id}}) + ({{video.author.name if video.author else video.author_id}}) (p) {% endif %}