Skip to content

Commit 20cbee9

Browse files
committed
fix ffprob
1 parent 464d930 commit 20cbee9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Definitions/MediaConversionAudio.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ public function handle(
7878
/**
7979
* Videos do not always have an audio stream
8080
*/
81-
if (! $this->hasFileAudioStream($file)) {
81+
if (! $this->hasFileAudioStream(
82+
$filesystem->path($file)
83+
)) {
8284
return null;
8385
}
8486

0 commit comments

Comments
 (0)