Explorar o código

Update VideoThumbnail pipeline

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
e14e18e6b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Jobs/VideoPipeline/VideoThumbnail.php

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

@@ -42,7 +42,7 @@ class VideoThumbnail implements ShouldQueue
         $name = last($path);
         try {
             $t = explode('.', $name);
-            $t = $t[0].'_thumb.png';
+            $t = $t[0].'_thumb.jpeg';
             $i = count($path) - 1;
             $path[$i] = $t;
             $save = implode('/', $path);