feat(server): track metadata extracted at (#6352)

This commit is contained in:
Jason Rasmussen
2024-01-12 19:39:45 -05:00
committed by GitHub
parent 19e9908ee2
commit f4edb6c4bd
4 changed files with 30 additions and 2 deletions
@@ -474,11 +474,12 @@ export class AssetRepository implements IAssetRepository {
case WithoutProperty.EXIF:
relations = {
exifInfo: true,
jobStatus: true,
};
where = {
isVisible: true,
exifInfo: {
assetId: IsNull(),
jobStatus: {
metadataExtractedAt: IsNull(),
},
};
break;