mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00: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…
Reference in a new issue