From b89027d22d11050565f148eacee880662081fc18 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 (cherry picked from commit 00675691924ab968876d5bb60494cac69da450ff) --- 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 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}" %>