mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): add exif info to memory response (#4550)
This commit is contained in:
parent
5e17b3199f
commit
decfb9687b
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ export class AssetRepository implements IAssetRepository {
|
||||||
month,
|
month,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
.leftJoinAndSelect('entity.exifInfo', 'exifInfo')
|
||||||
.orderBy('entity.localDateTime', 'DESC')
|
.orderBy('entity.localDateTime', 'DESC')
|
||||||
.getMany();
|
.getMany();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue