allow new params for SickChill.

This commit is contained in:
clinton-hall 2021-02-26 20:25:47 +13:00
commit c9e06eb555
2 changed files with 4 additions and 1 deletions

View file

@ -401,6 +401,9 @@ class SickBeard(object):
fork_params[param] = self.dir_name
if self.remote_path:
fork_params[param] = remote_dir(self.dir_name)
# SickChill allows multiple path types. Only retunr 'path'
if param == 'path' and 'proc_dir' in fork_params:
del fork_params['proc_dir']
if param == 'process_method':
if self.process_method: