Browse Source

Update VideoThumbnail job

Daniel Supernault 6 năm trước cách đây
mục cha
commit
6b7caa988f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;