mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-12 21:27:45 +02:00
Fix typo
This commit is contained in:
@ -176,7 +176,6 @@ end
|
||||
|
||||
get "/watch" do |env|
|
||||
if env.params.query.to_s.includes?("%20") || env.params.query.to_s.includes?("+")
|
||||
puts env.params.query.to_s
|
||||
url = "/watch?" + env.params.query.to_s.gsub("%20", "").delete("+")
|
||||
next env.redirect url
|
||||
end
|
||||
|
Reference in New Issue
Block a user