mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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