We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35937b commit 29440faCopy full SHA for 29440fa
1 file changed
app/Services/Subtitles/SubtitleScanner.php
@@ -9,7 +9,7 @@ class SubtitleScanner {
9
public function extractSubtitleStreams(array $fileMetadata): array {
10
return array_filter(
11
$fileMetadata['streams'] ?? [],
12
- fn($stream) => ($stream['codec_type'] ?? null) === 'subtitle'
+ fn ($stream) => ($stream['codec_type'] ?? null) === 'subtitle'
13
);
14
}
15
0 commit comments