summaryrefslogtreecommitdiffstats
path: root/beetsplug/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'beetsplug/convert.py')
-rw-r--r--beetsplug/convert.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/beetsplug/convert.py b/beetsplug/convert.py
index 22a88fd5d..cea99d5c1 100644
--- a/beetsplug/convert.py
+++ b/beetsplug/convert.py
@@ -609,13 +609,7 @@ class ConvertPlugin(BeetsPlugin):
# strings we get from item.destination to bytes.
items_paths = [
os.path.relpath(
- util.bytestring_path(
- item.destination(
- basedir=dest,
- path_formats=path_formats,
- fragment=False,
- )
- ),
+ item.destination(basedir=dest, path_formats=path_formats),
pl_dir,
)
for item in items