mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 10:05:30 +01:00
Normalize path replacement strings part 2
Potential fix for https://github.com/rembo10/headphones/issues/1824
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user