Fixed edit_resource_id for Photos 5+

This commit is contained in:
Rhet Turnbull 2022-12-11 12:32:10 -08:00
parent d66cb6dc2b
commit 025ee36086

View File

@ -2170,6 +2170,9 @@ class PhotosDB:
info["alt_master_uuid"] = None # Photos 4
info["raw_info"] = None # Photos 4
# Photos 4 only
info["edit_resource_id"] = None
self._dbphotos[uuid] = info
# compute signatures for finding possible duplicates