Fixed unicode bug when querying mb for a release id in postprocessor

This commit is contained in:
Remy
2011-08-20 20:17:17 -07:00
parent 97a00e65ba
commit 4198fd4a0b

View File

@@ -496,8 +496,6 @@ def forcePostProcess():
# Parse the folder names to get artist album info
for folder in folders:
folder = unicode(folder, headphones.SYS_ENCODING, errors="replace")
albumpath = os.path.join(download_dir, folder)