fix(server): set modifydate (#16225)

This commit is contained in:
Jonathan Jogenfors
2025-02-20 16:28:30 +01:00
committed by GitHub
parent 9c95adc7fb
commit b0102f8025
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -238,6 +238,7 @@ export class MetadataService extends BaseService {
duration: exifTags.Duration?.toString() ?? null,
localDateTime,
fileCreatedAt: exifData.dateTimeOriginal ?? undefined,
fileModifiedAt: exifData.modifyDate ?? undefined,
});
await this.assetRepository.upsertJobStatus({