Possible fix for #726
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
""" version info """
|
""" version info """
|
||||||
|
|
||||||
__version__ = "0.50.5"
|
__version__ = "0.50.6"
|
||||||
|
|||||||
@@ -949,7 +949,7 @@ class PhotoExporter:
|
|||||||
# export live_photo .mov file?
|
# export live_photo .mov file?
|
||||||
live_photo = bool(options.live_photo and self.photo.live_photo)
|
live_photo = bool(options.live_photo and self.photo.live_photo)
|
||||||
overwrite = any([options.overwrite, options.update, options.force_update])
|
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)
|
# 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
|
# 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
|
# so tell Photos to export the current version in this case
|
||||||
|
|||||||
Reference in New Issue
Block a user