Fix url in storyboards

This commit is contained in:
Omar Roth 2019-04-12 07:29:47 -05:00
parent a2ab6b89f1
commit af1823db8c
2 changed files with 5 additions and 5 deletions

View file

@ -4230,9 +4230,9 @@ get "/latest_version" do |env|
env.redirect "/api/v1/captions/#{id}?label=#{label}&title=#{title}"
next
else
itag = download_widget["itag"].as_s
local = "true"
end
itag = download_widget["itag"].as_s
local = "true"
end
end
id ||= env.params.query["id"]?