summaryrefslogtreecommitdiffstats
path: root/src/invidious.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious.cr')
-rw-r--r--src/invidious.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 724ba3a6..8c57e419 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -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"