Fixed edit_resource_id for Photos 5+
This commit is contained in:
parent
d66cb6dc2b
commit
025ee36086
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user