This commit is contained in:
Čarodej
2022-05-02 07:00:26 +02:00
parent ba58e76d3b
commit 89689816ad
3 changed files with 2 additions and 32 deletions
@@ -31,7 +31,7 @@ class StoreExifDataAction
$exif = json_decode(json_encode($exifRaw));
return Exif::create([
'file_id' => Str::uuid(), // TODO: temporary store to prevent crash before app will be successfully upgraded
'file_id' => Str::uuid(),
'date_time_original' => $exif->DateTimeOriginal ?? null,
'artist' => $exif->OwnerName ?? null,
'width' => $exif->COMPUTED->Width ?? null,