From a414872430960546c8c5d768a73028e0066b11cf Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 28 Dec 2016 13:36:19 -0500 Subject: [PATCH] Fix a missing parameter (#2349) --- beetsplug/acousticbrainz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/acousticbrainz.py b/beetsplug/acousticbrainz.py index a323ce681..4291d9117 100644 --- a/beetsplug/acousticbrainz.py +++ b/beetsplug/acousticbrainz.py @@ -136,7 +136,7 @@ class AcousticPlugin(plugins.BeetsPlugin): def import_task_files(self, session, task): """Function is called upon beet import. """ - self._fetch_info(task.imported_items(), False) + self._fetch_info(task.imported_items(), False, True) def _get_data(self, mbid): data = {}