mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Fix early exit in Discogs item_candidates method
This commit is contained in:
parent
b19b961035
commit
3debf4edca
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
if not artist and not title:
|
||||
self._log.debug('Skipping Discogs query. File missing artist and '
|
||||
'title tags.')
|
||||
return
|
||||
|
||||
query = f'{artist} {title}'
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue