Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): do not reset fileCreatedDate
When marking an offline asset as online again, do not reset the fileCreatedAt value. This value contains the "true" date, copied from exif.dateTimeOriginal. If we overwrite this value, we'd need to run the metadata extraction job again. Instead, we just leave the old (and correct) value in place. fixes #15640
- Loading branch information