Allow inserting images found via the PFH - all the older prefix_ff images turned out to also have a PFH, so the lack of updating the checksum is clearly not fatal

pull/177/head
Hamish Coleman 4 years ago
parent f4a239a9c8
commit 6d92dc2b08

@ -702,8 +702,12 @@ sub extract {
return shift->_extract(shift);
}
# no insert() will work until we know how to generate the checksums
sub insert {
# FIXME:
# - there is a "totalimagechecksum" field
# (which we probably should be updating
return shift->_insert(shift);
}
1;

Loading…
Cancel
Save