From 7700f19135b94ca49247d8d1640480c8ccc4848d Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 25 Apr 2014 13:56:01 +0200 Subject: [PATCH] Added comment on importer ui --- beets/importer.py | 3 +++ 1 file changed, 3 insertions(+) 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: