refresh = proc {
cleanup_all_thumbnails.call
+ #- refresh is not undoable and doesn't change the album, however we must regenerate all thumbnails when generating the album
+ $modified = true
+ $xmldir.delete_attribute('already-generated')
my_gen_real_thumbnail.call
}