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