Always upper() the variable in making folder

This commit is contained in:
rembo10
2012-11-13 15:28:34 -05:00
parent b0fa43e5b9
commit 699d034250

View File

@@ -454,7 +454,7 @@ def moveFiles(albumpath, release, tracks):
'$Album': album,
'$Year': year,
'$Type': releasetype,
'$First': firstchar,
'$First': firstchar.upper(),
'$artist': artist.lower(),
'$album': album.lower(),
'$year': year,