@@ -44,7 +44,7 @@ |
||
44 | 44 | $outVideos[$formatFound] = $video['url']; |
45 | 45 | } |
46 | 46 | |
47 | - if($selectedFormats != []) { |
|
47 | + if ($selectedFormats != []) { |
|
48 | 48 | foreach ($selectedFormats as $selectedFormat) { |
49 | 49 | if (array_key_exists($selectedFormat, $outVideos)) { |
50 | 50 | return [$selectedFormat => $outVideos[$selectedFormat]]; |