Browse Source

Update VideoThumbnail job

Daniel Supernault 6 years ago
parent
commit
6b7caa988f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Jobs/VideoPipeline/VideoThumbnail.php

+ 1 - 1
app/Jobs/VideoPipeline/VideoThumbnail.php

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