We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14681e0 commit 70373b6Copy full SHA for 70373b6
osxphotos/exifwriter.py
@@ -471,8 +471,8 @@ def exiftool_dict(
471
if self.photo.date_modified is None or options.ignore_date_modified:
472
exif["QuickTime:ModifyDate"] = creationdate
473
else:
474
- exif["QuickTime:ModifyDate"] = datetime_tz_to_utc(
475
- exiftool_datetime(self.photo.date_modified)
+ exif["QuickTime:ModifyDate"] = exiftool_datetime(
+ datetime_tz_to_utc(self.photo.date_modified)
476
)
477
478
# if photo in PNG remove any IPTC tags (#1031)
0 commit comments