Skip to content

Commit

Permalink
Update convert.py
Browse files Browse the repository at this point in the history
Fixed linting.
  • Loading branch information
frigginbrownie authored Dec 19, 2024
1 parent 0c1abb0 commit 7701f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def auto_convert_keep(self, config, task):

# Filter items based on should_transcode function
items = [item for item in items if should_transcode(item, fmt)]

self._parallel_convert(
dest,
False,
Expand Down

0 comments on commit 7701f4e

Please sign in to comment.