FIX: No existia video para crear thumb

This commit is contained in:
2020-06-18 00:28:44 -04:00
parent bbb12dc275
commit b64185c0b7

View File

@ -274,6 +274,7 @@ class MediaLoader {
])
]);
$video = $this->ffmpeg->open($filename);
$video
->filters()
->resize(new FFMpeg\Coordinate\Dimension(320, 240))