mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-14 15:49:36 +01:00
Fixed unicode bug when querying mb for a release id in postprocessor
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user