mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
import_task_choice plugin event for singletons
This commit is contained in:
parent
0e9f296cf0
commit
096cf8b91d
1 changed files with 1 additions and 0 deletions
|
|
@ -872,6 +872,7 @@ def item_query(config):
|
|||
choice = config.choose_item_func(task, config)
|
||||
task.set_choice(choice)
|
||||
log_choice(config, task)
|
||||
plugins.send('import_task_choice', task=task, config=config)
|
||||
|
||||
# Duplicate check.
|
||||
if task.choice_flag in (action.ASIS, action.APPLY):
|
||||
|
|
|
|||
Loading…
Reference in a new issue