mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Return iterable from the exception handler
This commit is contained in:
parent
f14eac857b
commit
e1ffadb2d6
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue