fix(server): refresh unedited asset dimensions on metadata extraction (#27220)

This commit is contained in:
Michel Heusschen 2026-03-26 18:17:32 +01:00 committed by GitHub
parent 8f01d06927
commit 4812a2e2d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 6 deletions

View file

@ -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)),