-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-delete deletes image in library if duplicate is deleted #346
Comments
@AndreyNikiforov
A solution might be to add an option like |
i am considering to add an option to use id suffix with image name and turn off deduplication. need to think through migration scenario though. |
Overview
The auto-delete feature will inadvertently delete an original photo that is in the iCloud library from the local file system if a duplicate of that image is in the Recently Deleted album.
Steps to Reproduce
Expected Behavior
Auto-delete should not delete a file from the local filesystem that still exists in the iCloud library even though a duplicate of the file exists in the Recently Deleted album.
Actual Behavior
When an image exists in the iCloud library and a duplicate of the image exists in the Recently Deleted album, the auto-delete feature will delete the image in the iCloud library from the local filesystem even though it still exists in the library.
Context
Other issues in the repo have documented that iCloud allows duplicate images to exist in the iCloud library even though they have the same filename. This bug in the auto-delete function seems to be a consequence of that.
The text was updated successfully, but these errors were encountered: