mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Merge pull request #104 from samdoshi/initial_lookup_fix
tag_album does not take timid as an argument
This commit is contained in:
commit
7f0da0d75c
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue