Update VideoThumbnail job

This commit is contained in:
Daniel Supernault 2019-02-07 12:02:24 -07:00
parent 25a33d717a
commit 6b7caa988f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class VideoThumbnail implements ShouldQueue
} elseif($video->getDurationInSeconds() < 5) { } elseif($video->getDurationInSeconds() < 5) {
$video->getFrameFromSeconds(4); $video->getFrameFromSeconds(4);
} }
$video->export() $video->export()
->save($save); ->save($save);
$media->thumbnail_path = $save; $media->thumbnail_path = $save;