diff --git a/beets/autotag/hooks.py b/beets/autotag/hooks.py index a385699ac..2f9e2135c 100644 --- a/beets/autotag/hooks.py +++ b/beets/autotag/hooks.py @@ -606,6 +606,7 @@ def invoke_mb(call_func, *args): return call_func(*args) except mb.MusicBrainzAPIError as exc: exc.log(log) + return () @plugins.notify_info_yielded('albuminfo_received')