Skip to content

Commit

Permalink
Update app/Jobs/TranscodeVideo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-connan-cybex authored Jul 25, 2024
1 parent 1a8bb40 commit 91f9a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/TranscodeVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct(
)
{
$this->onQueue('video-transcoding');
\Log::info(sprintf('Construction job for media %s and version %s with uploadToken %s.', $version->Media->identifier, $version->getKey(), $uploadSlot->token));
\Log::info(sprintf('Constructing job for media %s and version %s with uploadToken %s.', $version->Media->identifier, $version->getKey(), $uploadSlot->token));
$this->originalFilePath = $version->originalFilePath();
$this->uploadToken = $this->uploadSlot->token;
}
Expand Down

0 comments on commit 91f9a6e

Please sign in to comment.