Skip to content

Commit

Permalink
Merge pull request #83 from mrmachine/none-rec-action
Browse files Browse the repository at this point in the history
fix `none_rec_action`/`quiet_fallback` refactor
  • Loading branch information
sampsyo committed Jan 31, 2013
2 parents 199add3 + bf1edcd commit 1e2015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/ui/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1e2015a

Please sign in to comment.