From cccc1fd513d82302d3508aae3c7882816cd83db4 Mon Sep 17 00:00:00 2001 From: gaotue Date: Mon, 23 Mar 2026 14:41:36 +0100 Subject: [PATCH] Update beets/importer/tasks.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- beets/importer/tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beets/importer/tasks.py b/beets/importer/tasks.py index af1e2a4f4..356e6b5fc 100644 --- a/beets/importer/tasks.py +++ b/beets/importer/tasks.py @@ -1109,7 +1109,8 @@ class ImportTaskFactory: "-loglevel", "fatal", "-show_format", - path, + "--", + str(path), ], capture_output=True, )