mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
Merge pull request #83 from mrmachine/none-rec-action
fix `none_rec_action`/`quiet_fallback` refactor
This commit is contained in:
commit
1e2015a903
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ def _summary_judment(rec):
|
|||
})
|
||||
|
||||
elif rec == autotag.RECOMMEND_NONE:
|
||||
action = config['import']['quiet_fallback'].as_choice({
|
||||
action = config['import']['none_rec_action'].as_choice({
|
||||
'skip': importer.action.SKIP,
|
||||
'asis': importer.action.ASIS,
|
||||
'ask': None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue