diff --git a/beets/importer.py b/beets/importer.py index 10c66f85f..a5371fabf 100644 --- a/beets/importer.py +++ b/beets/importer.py @@ -643,7 +643,7 @@ def initial_lookup(session): log.debug('Looking up: %s' % displayable_path(task.paths)) task.set_candidates( - *autotag.tag_album(task.items, config['import']['timid'].get(bool)) + *autotag.tag_album(task.items) ) def user_query(session):