mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
commit
03505d25a2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class Image
|
|||
$constraint->aspectRatio();
|
||||
});
|
||||
} else {
|
||||
if(config('media.exif.database', false) == true) {
|
||||
if(config('media.exif.database', false) == true && $metadata) {
|
||||
$meta = [];
|
||||
$keys = [
|
||||
"COMPUTED",
|
||||
|
|
Loading…
Reference in a new issue