From dde4bfab8c121cb8bc7d1563987abfc8f5d894cc Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Wed, 22 May 2013 08:10:20 +1000 Subject: [PATCH] Update signature for item_candidates() in chroma plugin. --- beetsplug/chroma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []