From ea39e52d494ae683adde4300b84b56c83126c152 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 5 Nov 2025 00:48:57 +1030 Subject: [PATCH] Update MediaStorageService.php --- app/Services/MediaStorageService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/MediaStorageService.php b/app/Services/MediaStorageService.php index ed60808e3..6907359d4 100644 --- a/app/Services/MediaStorageService.php +++ b/app/Services/MediaStorageService.php @@ -330,6 +330,7 @@ class MediaStorageService $path = storage_path('app/'.$media->media_path); $thumb = null; $thumbname = null; + if ($media->thumbnail_path) { $thumb = storage_path('app/'.$media->thumbnail_path); $pt = explode('/', $media->thumbnail_path);