From d487ee1e15280a9fee789e560aa2d5a47e695025 Mon Sep 17 00:00:00 2001 From: syeopite Date: Tue, 13 Apr 2021 14:18:37 -0700 Subject: [PATCH] Fix improper URL formatting for channel sort --- src/invidious/views/components/channel-information.ecr | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/invidious/views/components/channel-information.ecr b/src/invidious/views/components/channel-information.ecr index b6ed41e7..8cf49c55 100644 --- a/src/invidious/views/components/channel-information.ecr +++ b/src/invidious/views/components/channel-information.ecr @@ -113,9 +113,6 @@ <% if content_type == 0 || content_type == 1 %> <% route = content_type == 1 ? "/playlists" : "" %> <% url = "/channel/#{channel.ucid + route}" %> - <% if env.params.query %> - <% url += "?#{env.params.query}"%> - <% end %>