diff --git a/osxphotos/_version.py b/osxphotos/_version.py index 1b203a33..4de79f4c 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.50.5" +__version__ = "0.50.6" diff --git a/osxphotos/photoexporter.py b/osxphotos/photoexporter.py index 3213255a..4f3ba29e 100644 --- a/osxphotos/photoexporter.py +++ b/osxphotos/photoexporter.py @@ -949,7 +949,7 @@ class PhotoExporter: # export live_photo .mov file? live_photo = bool(options.live_photo and self.photo.live_photo) overwrite = any([options.overwrite, options.update, options.force_update]) - edited_version = options.edited or self.photo.shared + edited_version = bool(options.edited or self.photo.shared) # shared photos (in shared albums) show up as not having adjustments (not edited) # but Photos is unable to export the "original" as only a jpeg copy is shared in iCloud # so tell Photos to export the current version in this case