Update MediaService, add summary attribute for better alt text federation

pull/3896/head
Daniel Supernault 3 years ago
parent 7621baf7c8
commit a12712cc88
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save