diff --git a/beetsplug/chroma.py b/beetsplug/chroma.py index a2dfc63e6..3b2731af0 100644 --- a/beetsplug/chroma.py +++ b/beetsplug/chroma.py @@ -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 []