Browse Source

Failed joining unicode and none unicode paths

fix #1447
pull/1765/head
Ruud 12 years ago
parent
commit
7b5b748d23
  1. 1
      couchpotato/core/plugins/renamer/main.py

1
couchpotato/core/plugins/renamer/main.py

@ -204,6 +204,7 @@ class Renamer(Plugin):
cd = 1 if multiple else 0
for current_file in sorted(list(group['files'][file_type])):
current_file = toUnicode(current_file)
# Original filename
replacements['original'] = os.path.splitext(os.path.basename(current_file))[0]

Loading…
Cancel
Save