mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update src/invidious/routes/video_playback.cr
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
d57d278f32
commit
3848c3f53f
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ module Invidious::Routes::VideoPlayback
|
|||
end
|
||||
|
||||
if itag.nil?
|
||||
fmt = video.fmt_stream[-1]
|
||||
fmt = video.fmt_stream[-1]?
|
||||
else
|
||||
fmt = video.fmt_stream.find(nil) { |f| f["itag"].as_i == itag } || video.adaptive_fmts.find(nil) { |f| f["itag"].as_i == itag }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue