mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
Fix search when keyword matches operator
This commit is contained in:
parent
ca515f2eae
commit
9c8f85741c
@ -731,6 +731,8 @@ get "/search" do |env|
|
|||||||
sort = value
|
sort = value
|
||||||
when "subscriptions"
|
when "subscriptions"
|
||||||
subscriptions = value == "true"
|
subscriptions = value == "true"
|
||||||
|
else
|
||||||
|
operators.delete(operator)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user