mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Session args to kwargs in manipulate files
This commit is contained in:
parent
9acb2b4ca3
commit
0447df6510
1 changed files with 2 additions and 2 deletions
|
|
@ -1772,9 +1772,9 @@ def manipulate_files(session: ImportSession, task: ImportTask):
|
|||
operation = None
|
||||
|
||||
task.manipulate_files(
|
||||
operation,
|
||||
write=session.config["write"],
|
||||
session=session,
|
||||
operation=operation,
|
||||
write=session.config["write"],
|
||||
)
|
||||
|
||||
# Progress, cleanup, and event.
|
||||
|
|
|
|||
Loading…
Reference in a new issue