diff options
| author | 138138138 <78271024+138138138@users.noreply.github.com> | 2022-06-23 03:03:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 03:03:54 +0800 |
| commit | 3013782b7b39295b34c3f5a72274efc625748a7f (patch) | |
| tree | d5655106c40c9f26cb435f94ed6c59be1ca1b885 /src | |
| parent | 81abebd14493d4207a663d6f575d945a23b03170 (diff) | |
| download | invidious-3013782b7b39295b34c3f5a72274efc625748a7f.tar.gz invidious-3013782b7b39295b34c3f5a72274efc625748a7f.tar.bz2 invidious-3013782b7b39295b34c3f5a72274efc625748a7f.zip | |
formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/routes/api/manifest.cr | 2 |
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")) |
