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 = {}