summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author138138138 <78271024+138138138@users.noreply.github.com>2022-06-23 03:03:54 +0800
committerGitHub <noreply@github.com>2022-06-23 03:03:54 +0800
commit3013782b7b39295b34c3f5a72274efc625748a7f (patch)
treed5655106c40c9f26cb435f94ed6c59be1ca1b885 /src
parent81abebd14493d4207a663d6f575d945a23b03170 (diff)
downloadinvidious-3013782b7b39295b34c3f5a72274efc625748a7f.tar.gz
invidious-3013782b7b39295b34c3f5a72274efc625748a7f.tar.bz2
invidious-3013782b7b39295b34c3f5a72274efc625748a7f.zip
formatting
Diffstat (limited to 'src')
-rw-r--r--src/invidious/routes/api/manifest.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/routes/api/manifest.cr b/src/invidious/routes/api/manifest.cr
index 8b5bfc06..b8466df1 100644
--- a/src/invidious/routes/api/manifest.cr
+++ b/src/invidious/routes/api/manifest.cr
@@ -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"))