mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Fixes issue #343
This commit is contained in:
parent
3d50c82281
commit
f65d60ab7d
2 changed files with 1 additions and 3 deletions
|
@ -112,8 +112,6 @@ class autoProcessTV:
|
|||
fork_params[param] = dirName_new
|
||||
|
||||
if param == "process_method":
|
||||
if fork in nzbtomedia.SICKBEARD_TORRENT and not clientAgent in ['nzbget','sabnzbd']: #use default SickBeard settings here.
|
||||
del fork_params[param]
|
||||
if process_method:
|
||||
fork_params[param] = process_method
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue