mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
commit
c28b1f6fb9
1 changed files with 1 additions and 1 deletions
|
@ -3372,7 +3372,7 @@ get "/latest_version" do |env|
|
|||
env.redirect "/api/v1/captions/#{id}?label=#{label}&title=#{title}"
|
||||
next
|
||||
else
|
||||
itag = download_widget["itag"].as_s
|
||||
itag = download_widget["itag"].as_s.to_i
|
||||
local = "true"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue