mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -04:00
fix(server): person thumbnails not being queued during thumbnail generation (#9195)
use face id instead of asset id
This commit is contained in:
parent
b7d0bc16bb
commit
a0c43a2b5a
@ -115,7 +115,7 @@ export class MediaService {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.personRepository.update({ id: person.id, faceAssetId: face.assetId });
|
await this.personRepository.update({ id: person.id, faceAssetId: face.id });
|
||||||
}
|
}
|
||||||
|
|
||||||
jobs.push({ name: JobName.GENERATE_PERSON_THUMBNAIL, data: { id: person.id } });
|
jobs.push({ name: JobName.GENERATE_PERSON_THUMBNAIL, data: { id: person.id } });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user