dont force webp as original is not

This commit is contained in:
2023-04-26 21:16:33 +10:00
parent bacf35bb4b
commit 7fddeeeaae

View File

@@ -170,7 +170,6 @@ class StoreUploadedFileJob implements ShouldQueue
} }
} }
$this->media->mime_type = 'image/webp';
$this->media->variants = $variants; $this->media->variants = $variants;
}//end if }//end if