mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix removal of duplicate parameters.
This commit is contained in:
parent
c9e06eb555
commit
d64bd636d2
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ class SickBeard(object):
|
|||
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:
|
||||
if param == 'proc_dir' and 'path' in fork_params:
|
||||
del fork_params['proc_dir']
|
||||
|
||||
if param == 'process_method':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue