mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
handle acoustid response w/ no recording (#322)
This commit is contained in:
parent
b7c9d2caf5
commit
eb8b194508
2 changed files with 3 additions and 0 deletions
|
|
@ -126,3 +126,4 @@ class AcoustidPlugin(plugins.BeetsPlugin):
|
|||
return [track]
|
||||
else:
|
||||
log.debug('no acoustid item candidate found')
|
||||
return []
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue