Skip to content

Commit cc6465d

Browse files
author
Johnny Robeson
committed
convert Item.destination() fragment to a string
1 parent ed2580d commit cc6465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def destination(self, fragment=False, basedir=None, platform=None,
839839
)
840840

841841
if fragment:
842-
return subpath
842+
return util.as_string(subpath)
843843
else:
844844
return normpath(os.path.join(basedir, subpath))
845845

0 commit comments

Comments
 (0)