mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
formatting
This commit is contained in:
parent
81abebd144
commit
3013782b7b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Invidious::Routes::API::Manifest
|
|||
best_m4a_stream = fmt
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
[best_m4a_stream].each do |fmt|
|
||||
# OTF streams aren't supported yet (See https://github.com/TeamNewPipe/NewPipe/issues/2415)
|
||||
next if !(fmt.has_key?("indexRange") && fmt.has_key?("initRange"))
|
||||
|
|
Loading…
Reference in a new issue