mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-23 23:00:47 -04:00
Fix search when keyword matches operator
This commit is contained in:
parent
ca515f2eae
commit
9c8f85741c
1 changed files with 2 additions and 0 deletions
|
@ -731,6 +731,8 @@ get "/search" do |env|
|
|||
sort = value
|
||||
when "subscriptions"
|
||||
subscriptions = value == "true"
|
||||
else
|
||||
operators.delete(operator)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue