From 158f638fb9559116dfdbdad27cb6f33bfc5a3042 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 4 Oct 2014 14:07:38 +0200 Subject: [PATCH] No need for double replace --- couchpotato/core/plugins/renamer.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index f6e4248f..cd6255ce 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -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