Skip to content

Commit

Permalink
fix ffprob
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 4, 2024
1 parent 464d930 commit 20cbee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Definitions/MediaConversionAudio.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ public function handle(
/**
* Videos do not always have an audio stream
*/
if (! $this->hasFileAudioStream($file)) {
if (! $this->hasFileAudioStream(
$filesystem->path($file)
)) {
return null;
}

Expand Down

0 comments on commit 20cbee9

Please sign in to comment.