Update signature for item_candidates() in chroma plugin.

This commit is contained in:
Tai Lee 2013-05-22 08:10:20 +10:00
parent 75a4171d20
commit dde4bfab8c

View file

@ -134,7 +134,7 @@ class AcoustidPlugin(plugins.BeetsPlugin):
log.debug('acoustid album candidates: %i' % len(albums))
return albums
def item_candidates(self, item):
def item_candidates(self, item, artist, title):
if item.path not in _matches:
return []