mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
parent
04cb189c34
commit
3d50c82281
6 changed files with 7 additions and 15 deletions
|
@ -56,10 +56,6 @@ class autoProcessTV:
|
|||
process_method = nzbtomedia.CFG[section][inputCategory]["process_method"]
|
||||
except:
|
||||
process_method = None
|
||||
try:
|
||||
Torrent_NoLink = int(nzbtomedia.CFG[section][inputCategory]["Torrent_NoLink"])
|
||||
except:
|
||||
Torrent_NoLink = 0
|
||||
try:
|
||||
remote_path = nzbtomedia.CFG[section][inputCategory]["remote_path"]
|
||||
except:
|
||||
|
@ -116,7 +112,7 @@ class autoProcessTV:
|
|||
fork_params[param] = dirName_new
|
||||
|
||||
if param == "process_method":
|
||||
if fork in nzbtomedia.SICKBEARD_TORRENT and Torrent_NoLink == 1 and not clientAgent in ['nzbget','sabnzbd']: #use default SickBeard settings here.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue