diff --git a/app/Services/MediaService.php b/app/Services/MediaService.php index 6960af5f1..8ca90118f 100644 --- a/app/Services/MediaService.php +++ b/app/Services/MediaService.php @@ -79,6 +79,7 @@ class MediaService 'mediaType' => $s['mime'], 'url' => $s['url'], 'name' => $s['description'], + 'summary' => $s['description'], 'blurhash' => $s['blurhash'], 'license' => $license ];