Rename CBL option to Metadata
This commit is contained in:
parent
71b79bdc91
commit
b761763c4c
@ -11,7 +11,7 @@ from comictalker.talker_utils import cleanup_html
|
||||
|
||||
|
||||
def prepare_metadata(md: GenericMetadata, new_md: GenericMetadata, opts: SettngsNS) -> GenericMetadata:
|
||||
if opts.Comic_Book_Lover__apply_transform_on_import:
|
||||
if opts.Metadata_Options__cbl_apply_transform_on_import:
|
||||
new_md = CBLTransformer(new_md, opts).apply()
|
||||
|
||||
final_md = md.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user