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 %>