mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-14 20:18:31 +00:00
Fix url in storyboards
This commit is contained in:
@@ -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"]?
|
||||
|
||||
Reference in New Issue
Block a user