mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-04 22:51:58 +00:00
Don't downcase UCID when searching channels
This commit is contained in:
@@ -578,7 +578,7 @@ get "/search" do |env|
|
||||
|
||||
case key
|
||||
when "channel", "user"
|
||||
channel = value
|
||||
channel = operator.split(":")[-1]
|
||||
when "content_type", "type"
|
||||
content_type = value
|
||||
when "date"
|
||||
|
||||
Reference in New Issue
Block a user