From 4198fd4a0b6ed9152c517575bb7953ef736227c4 Mon Sep 17 00:00:00 2001 From: Remy Date: Sat, 20 Aug 2011 20:17:17 -0700 Subject: [PATCH] Fixed unicode bug when querying mb for a release id in postprocessor --- headphones/postprocessor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index e488435b..2ed34315 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -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)