mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
remove sickrage failed and torrent. Just check for params. Fixes #971
This commit is contained in:
parent
9e741b9b48
commit
3f0bf71d71
2 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ class autoProcessTV:
|
|||
if e.errno != errno.EEXIST:
|
||||
raise
|
||||
|
||||
if fork not in core.SICKBEARD_TORRENT or (clientAgent in ['nzbget','sabnzbd'] and nzbExtractionBy != "Destination"):
|
||||
if not 'process_method' in fork_params or (clientAgent in ['nzbget','sabnzbd'] and nzbExtractionBy != "Destination"):
|
||||
if inputName:
|
||||
process_all_exceptions(inputName, dirName)
|
||||
inputName, dirName = convert_to_ascii(inputName, dirName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue