|
@@ -79,6 +79,7 @@ class MediaService
|
|
'mediaType' => $s['mime'],
|
|
'mediaType' => $s['mime'],
|
|
'url' => $s['url'],
|
|
'url' => $s['url'],
|
|
'name' => $s['description'],
|
|
'name' => $s['description'],
|
|
|
|
+ 'summary' => $s['description'],
|
|
'blurhash' => $s['blurhash'],
|
|
'blurhash' => $s['blurhash'],
|
|
'license' => $license
|
|
'license' => $license
|
|
];
|
|
];
|