feat(server): track metadata extracted at (#6352)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user