missed rename

This commit is contained in:
Mizaki 2024-06-02 00:16:55 +01:00
parent a552f05b23
commit afc0aa4a78

View File

@ -37,5 +37,5 @@ def prepare_metadata(md: GenericMetadata, new_md: GenericMetadata, opts: Settngs
return final_md.replace(
is_empty=False,
notes=utils.combine_notes(final_md.notes, notes, "Tagged with ComicTagger"),
description=cleanup_html(final_md.description, opts.Sources__remove_html_tables) or None,
description=cleanup_html(final_md.description, opts.Metadata_Options__remove_html_tables) or None,
)