1
0
Fork 0

Update MediaService, add summary attribute for better alt text federation

This commit is contained in:
Daniel Supernault 2022-12-04 20:29:01 -07:00
parent 7621baf7c8
commit a12712cc88
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

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