diff --git a/beets/importer.py b/beets/importer.py index 5206562de..52977c250 100644 --- a/beets/importer.py +++ b/beets/importer.py @@ -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: