mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
add param force_next to return log from sickrage. Fixes #1158
This commit is contained in:
parent
f6bf26c91c
commit
785d11fbd7
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ class autoProcessTV(object):
|
|||
else:
|
||||
del fork_params[param]
|
||||
|
||||
if fork in ["sickrage", "sickragetv"]:
|
||||
fork_params['force_next'] = 1
|
||||
|
||||
# delete any unused params so we don't pass them to SB by mistake
|
||||
[fork_params.pop(k) for k, v in fork_params.items() if v is None]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue