Fix #739
This commit is contained in:
parent
36f5c72a65
commit
719eedb8b5
@ -121,7 +121,7 @@ class CLI:
|
||||
|
||||
self.post_process_matches(match_results)
|
||||
|
||||
if self.config.Auto_Tag__online and results and results[-1].online_results != []:
|
||||
if self.config.Auto_Tag__online and results and results[-1].online_results:
|
||||
self.output(
|
||||
f"\nFiles tagged with metadata provided by {self.current_talker().name} {self.current_talker().website}",
|
||||
)
|
||||
@ -646,7 +646,7 @@ class CLI:
|
||||
url_image_hash=-1,
|
||||
issue_title=ct_md.title or "",
|
||||
issue_id=ct_md.issue_id or "",
|
||||
series_id=ct_md.issue_id or "",
|
||||
series_id=ct_md.series_id or "",
|
||||
month=ct_md.month,
|
||||
year=ct_md.year,
|
||||
publisher=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user