remove sickrage failed and torrent. Just check for params. Fixes #971

This commit is contained in:
clinton-hall 2016-03-22 07:18:07 +10:30
commit 3f0bf71d71
2 changed files with 4 additions and 4 deletions

View file

@ -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)