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
|
fork_params[param] = dirName_new
|
||||||
|
|
||||||
if param == "process_method":
|
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:
|
if process_method:
|
||||||
fork_params[param] = process_method
|
fork_params[param] = process_method
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -71,5 +71,5 @@ def autoFork(inputCategory):
|
||||||
logger.info("%s:%s fork auto-detection failed" % (section, inputCategory))
|
logger.info("%s:%s fork auto-detection failed" % (section, inputCategory))
|
||||||
fork = nzbtomedia.FORKS.items()[nzbtomedia.FORKS.keys().index(nzbtomedia.FORK_DEFAULT)]
|
fork = nzbtomedia.FORKS.items()[nzbtomedia.FORKS.keys().index(nzbtomedia.FORK_DEFAULT)]
|
||||||
|
|
||||||
logger.info("%s:%s inputCategory fork set to %s" % (section, inputCategory, fork[0]))
|
logger.info("%s:%s fork set to %s" % (section, inputCategory, fork[0]))
|
||||||
return fork[0], fork[1]
|
return fork[0], fork[1]
|
Loading…
Add table
Add a link
Reference in a new issue