Skip to content

Commit

Permalink
Do not strip checksum of media object
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub authored and Nick-Hall committed Aug 11, 2023
1 parent c541345 commit 55ea563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gramps/gen/proxy/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ def sanitize_media(db, media):
new_media.set_change_time(media.get_change_time())
new_media.set_date_object(media.get_date_object())
new_media.set_tag_list(media.get_tag_list())
new_media.set_checksum(media.get_checksum())

copy_citation_ref_list(db, media, new_media)
copy_attributes(db, media, new_media)
Expand Down

0 comments on commit 55ea563

Please sign in to comment.