We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4de540 commit 523c8f1Copy full SHA for 523c8f1
beets/importer/stages.py
@@ -141,7 +141,7 @@ def lookup_candidates(session: ImportSession, task: ImportTask):
141
142
# Restrict the initial lookup to IDs specified by the user via the -m
143
# option. Currently all the IDs are passed onto the tasks directly.
144
- task.lookup_candidates(session, session.config["search_ids"])
+ task.lookup_candidates(session.config["search_ids"].as_str_seq())
145
146
147
@pipeline.stage
0 commit comments