mirror of
https://github.com/beetbox/beets.git
synced 2026-03-28 08:16:20 +01:00
chore(beetsplug/convert): ruff format
This commit is contained in:
parent
cf2cd36d61
commit
f0c2c8e649
1 changed files with 1 additions and 2 deletions
|
|
@ -630,8 +630,7 @@ class ConvertPlugin(BeetsPlugin):
|
|||
# the after-conversion extension.
|
||||
replace_ext(
|
||||
item.destination(
|
||||
basedir=dest,
|
||||
path_formats=path_formats
|
||||
basedir=dest, path_formats=path_formats
|
||||
),
|
||||
get_format()[1],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue