You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 15:47:54 +02:00
fix(server): add exif info to memory response (#4550)
This commit is contained in:
@ -97,6 +97,7 @@ export class AssetRepository implements IAssetRepository {
|
||||
month,
|
||||
},
|
||||
)
|
||||
.leftJoinAndSelect('entity.exifInfo', 'exifInfo')
|
||||
.orderBy('entity.localDateTime', 'DESC')
|
||||
.getMany();
|
||||
}
|
||||
|
Reference in New Issue
Block a user