only display metadata source info if results were found, to avoid confusion

This commit is contained in:
kcgthb 2025-01-27 17:48:19 -08:00
parent 7998944a71
commit 7480e28eac

View File

@ -121,7 +121,7 @@ class CLI:
self.post_process_matches(match_results)
if self.config.Auto_Tag__online:
if self.config.Auto_Tag__online and results[-1].online_results != []:
self.output(
f"\nFiles tagged with metadata provided by {self.current_talker().name} {self.current_talker().website}",
)