handle acoustid response w/ no recording (#322)

This commit is contained in:
Adrian Sampson 2012-01-29 17:50:03 -08:00
parent b7c9d2caf5
commit eb8b194508
2 changed files with 3 additions and 0 deletions

View file

@ -126,3 +126,4 @@ class AcoustidPlugin(plugins.BeetsPlugin):
return [track]
else:
log.debug('no acoustid item candidate found')
return []

View file

@ -23,6 +23,8 @@ Changelog
MusicBrainz IDs).
* Fix another crash with non-ASCII characters in the configuration paths.
* Fix a divide-by-zero crash on zero-length audio files.
* Fix a crash in the ``chroma`` plugin when the Acoustid database had no
recording associated with a fingerprint.
1.0b12 (January 16, 2012)