Skip to content

Commit 36d626d

Browse files
committed
minor fix
1 parent 6b7090c commit 36d626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/GummyTranscoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function processOutputs($path, array $outputs)
7474
$detail = $provider->getDetail($output['PresetId']);
7575
//if used a preset and no Key has been defined for output file
7676
//then the same path is used
77-
if ($detail && !$output['Key']) {
77+
if ($detail && empty($output['Key'])) {
7878
$output['Key'] = $this->cleanPath($info['dirname'] . '/' . $info['filename'] . '.' . $detail);
7979
}
8080
});

0 commit comments

Comments
 (0)