mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix auto detection of forks. #1738
This commit is contained in:
parent
5fb3229c13
commit
850ba6dcea
3 changed files with 7 additions and 5 deletions
|
@ -200,7 +200,8 @@ def process(section, dir_name, input_name=None, failed=False, client_agent='manu
|
|||
del fork_params['quiet']
|
||||
|
||||
if param == 'type':
|
||||
fork_params[param] = 'manual'
|
||||
if 'type' in fork_params: # only set if we haven't already deleted for 'failed' above.
|
||||
fork_params[param] = 'manual'
|
||||
if 'proc_type' in fork_params:
|
||||
del fork_params['proc_type']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue