Normalize path replacement strings part 2

Potential fix for https://github.com/rembo10/headphones/issues/1824
This commit is contained in:
Ade
2014-09-25 18:48:23 +12:00
parent f6bb76acb0
commit 574a76c231

View File

@@ -637,7 +637,7 @@ def moveFiles(albumpath, release, tracks):
sortname = release['ArtistName']
if sortname[0].isdigit():
firstchar = '0-9'
firstchar = u'0-9'
else:
firstchar = sortname[0]