mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
allow new params for SickChill.
This commit is contained in:
parent
623e619534
commit
c9e06eb555
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue