formatting

This commit is contained in:
138138138 2022-06-23 03:03:54 +08:00 committed by GitHub
parent 81abebd144
commit 3013782b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"))