You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
If you want to have the same photo in two albums, it is more interesting to right click on the picture and duplicate. This does not duplicate the picture, but it duplicates it's entry in the database. You are therefore gaining space.
What could be done (If it is not already the case) is to add the picture to the album where you are currently uploading the picture in the database (thus no picture duplication).
However I can see the added value of a skipDuplicatesAlbum could also prevent adding the same picture twice in an album.
Currently
skipDuplicates
is checking for duplicates globally.What do you think about making one more option called
skipDuplicatesAlbum
- which would target a scope of Album only?This way we could upload same photo in two albums, but only one per Album.
Also I think this option should be activated by default.
The text was updated successfully, but these errors were encountered: