mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Fix a missing parameter (#2349)
This commit is contained in:
parent
22610b7684
commit
a414872430
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue