mirror of
https://github.com/immich-app/immich.git
synced 2026-05-20 23:02:32 -04:00
fix(server): refresh unedited asset dimensions on metadata extraction (#27220)
This commit is contained in:
@@ -138,6 +138,7 @@ export const getForMetadataExtraction = (asset: ReturnType<AssetFactory['build']
|
||||
originalPath: asset.originalPath,
|
||||
ownerId: asset.ownerId,
|
||||
type: asset.type,
|
||||
isEdited: asset.isEdited,
|
||||
width: asset.width,
|
||||
height: asset.height,
|
||||
faces: asset.faces.map((face) => getDehydrated(face)),
|
||||
|
||||
Reference in New Issue
Block a user