From 46fe3c51956457a7e72e247be17a27ea3d03c669 Mon Sep 17 00:00:00 2001 From: syeopite Date: Thu, 24 Jun 2021 16:03:59 -0700 Subject: [PATCH] Fix sorting for videos and playlist tabs --- src/invidious/views/components/channel-information.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" %>