mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix url in storyboards
This commit is contained in:
parent
a2ab6b89f1
commit
af1823db8c
2 changed files with 5 additions and 5 deletions
|
@ -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"]?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue