Possible fix for #726

This commit is contained in:
Rhet Turnbull
2022-07-15 22:38:47 -04:00
parent 091adc9925
commit 30bf06e794
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
""" version info """
__version__ = "0.50.5"
__version__ = "0.50.6"

View File

@@ -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