mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): use preview image when generating person thumbnail from video (#10240)
This commit is contained in:
parent
c642150b85
commit
fb641c74be
3 changed files with 88 additions and 40 deletions
2
server/test/fixtures/asset.stub.ts
vendored
2
server/test/fixtures/asset.stub.ts
vendored
|
|
@ -436,6 +436,8 @@ export const assetStub = {
|
|||
sidecarPath: null,
|
||||
exifInfo: {
|
||||
fileSizeInByte: 100_000,
|
||||
exifImageHeight: 2160,
|
||||
exifImageWidth: 3840,
|
||||
} as ExifEntity,
|
||||
deletedAt: null,
|
||||
duplicateId: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue