diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index 4e1b81a8..2531c18d 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -141,7 +141,7 @@

<% if content_type == 1 || content_type == 2 %> - <% route = content_type == 1 ? "/playlists" : "" %> + <% route = content_type == 1 ? "/videos" : "/playlists" %> <% url = "/channel/#{channel.ucid + route}" %>