Skip to content

Commit 523c8f1

Browse files
committed
Reverting messy changes that need to be re-thought
1 parent d4de540 commit 523c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/importer/stages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def lookup_candidates(session: ImportSession, task: ImportTask):
141141

142142
# Restrict the initial lookup to IDs specified by the user via the -m
143143
# option. Currently all the IDs are passed onto the tasks directly.
144-
task.lookup_candidates(session, session.config["search_ids"])
144+
task.lookup_candidates(session.config["search_ids"].as_str_seq())
145145

146146

147147
@pipeline.stage

0 commit comments

Comments
 (0)