mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Added comment on importer ui
This commit is contained in:
parent
e96753f96a
commit
7700f19135
1 changed files with 3 additions and 0 deletions
|
|
@ -246,6 +246,9 @@ class ImportSession(object):
|
|||
|
||||
# FIXME We should also resolve duplicates when not
|
||||
# autotagging.
|
||||
# FIXME user_query and resolve_duplicates use the UI.
|
||||
# Running them parallel in different stages might mess up
|
||||
# the output.
|
||||
stages += [lookup_candidates(self), user_query(self),
|
||||
resolve_duplicates(self)]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue