No need for double replace

This commit is contained in:
Ruud
2014-10-04 14:07:38 +02:00
parent 5bea9dd04f
commit 158f638fb9

View File

@@ -373,10 +373,6 @@ class Renamer(Plugin):
elif file_type is 'nfo':
final_file_name = self.doReplace(nfo_name, replacements, remove_multiple = True)
# Seperator replace
if separator:
final_file_name = final_file_name.replace(' ', separator)
# Move DVD files (no structure renaming)
if group['is_dvd'] and file_type is 'movie':
found = False