mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-06 08:25:00 -04: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…
Add table
Add a link
Reference in a new issue