diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index 56854668..f2f551dd 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -169,7 +169,7 @@

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