Update beets/importer/tasks.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
gaotue 2026-03-23 14:41:36 +01:00 committed by GitHub
parent 8f2b4e50b3
commit cccc1fd513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1109,7 +1109,8 @@ class ImportTaskFactory:
"-loglevel",
"fatal",
"-show_format",
path,
"--",
str(path),
],
capture_output=True,
)