mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Update signature for item_candidates() in chroma plugin.
This commit is contained in:
parent
75a4171d20
commit
dde4bfab8c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class AcoustidPlugin(plugins.BeetsPlugin):
|
||||||
log.debug('acoustid album candidates: %i' % len(albums))
|
log.debug('acoustid album candidates: %i' % len(albums))
|
||||||
return albums
|
return albums
|
||||||
|
|
||||||
def item_candidates(self, item):
|
def item_candidates(self, item, artist, title):
|
||||||
if item.path not in _matches:
|
if item.path not in _matches:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue