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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,