kopia lustrzana https://github.com/pixelfed/pixelfed
Update VideoThumbnail job
rodzic
25a33d717a
commit
6b7caa988f
|
|
@ -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;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue