1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

fix(server): use preview image when generating person thumbnail from video (#10240)

This commit is contained in:
Mert
2024-06-12 22:16:26 -04:00
committed by GitHub
parent c642150b85
commit fb641c74be
3 changed files with 88 additions and 40 deletions

View File

@@ -436,6 +436,8 @@ export const assetStub = {
sidecarPath: null,
exifInfo: {
fileSizeInByte: 100_000,
exifImageHeight: 2160,
exifImageWidth: 3840,
} as ExifEntity,
deletedAt: null,
duplicateId: null,