Bug fix in handling missing edited photos
This commit is contained in:
@@ -2319,7 +2319,7 @@ def export_photo(
|
|||||||
|
|
||||||
export_original = not (skip_original_if_edited and photo.hasadjustments)
|
export_original = not (skip_original_if_edited and photo.hasadjustments)
|
||||||
# slow_mo photos will always have hasadjustments=True even if not edited
|
# slow_mo photos will always have hasadjustments=True even if not edited
|
||||||
if photo.path_edited is None:
|
if photo.hasadjustments and photo.path_edited is None:
|
||||||
if photo.slow_mo:
|
if photo.slow_mo:
|
||||||
export_original = True
|
export_original = True
|
||||||
export_edited = False
|
export_edited = False
|
||||||
|
|||||||
Reference in New Issue
Block a user