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

refactor: handle detect faces job query (#17660)

This commit is contained in:
Daniel Dietzler
2025-04-16 22:52:54 +02:00
committed by GitHub
parent 1bbfacfc09
commit 586a7a173b
5 changed files with 80 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ export const assetStub = {
fileSizeInByte: 12_345,
...asset,
}),
noResizePath: Object.freeze<AssetEntity>({
noResizePath: Object.freeze({
id: 'asset-id',
status: AssetStatus.ACTIVE,
originalFileName: 'IMG_123.jpg',
@@ -79,6 +79,7 @@ export const assetStub = {
livePhotoVideoId: null,
sharedLinks: [],
faces: [],
exifInfo: {} as Exif,
sidecarPath: null,
deletedAt: null,
isExternal: false,