mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Problem with unicode filenames sorted.
This commit is contained in:
parent
697cf3fd65
commit
697e70f14b
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ def encode(source, dest):
|
|||
opts = []
|
||||
|
||||
for arg in command:
|
||||
arg = arg.encode('utf-8')
|
||||
opts.append(Template(arg).substitute({
|
||||
'source': source,
|
||||
'dest': dest
|
||||
|
|
|
|||
Loading…
Reference in a new issue