Browse Source

Fix search when keyword matches operator

pull/366/head
Omar Roth 7 years ago
parent
commit
9c8f85741c
  1. 2
      src/invidious.cr

2
src/invidious.cr

@ -731,6 +731,8 @@ get "/search" do |env|
sort = value
when "subscriptions"
subscriptions = value == "true"
else
operators.delete(operator)
end
end

Loading…
Cancel
Save