diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index aeeb3542..a4abeb4d 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -220,7 +220,7 @@ class Renamer(Plugin): nfo_name = self.conf('nfo_name') separator = self.conf('separator') - cd_keys = ['',''] + cd_keys = ['','', ''] if not any(x in folder_name for x in cd_keys) and not any(x in file_name for x in cd_keys): log.error('Missing `cd` or `cd_nr` in the renamer. This will cause multi-file releases of being renamed to the same file.' 'Force adding it')