瀏覽代碼

Update VideoThumbnail pipeline

Daniel Supernault 6 年之前
父節點
當前提交
e14e18e6b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);