diff --git a/nzbtomedia/autoProcess/autoProcessTV.py b/nzbtomedia/autoProcess/autoProcessTV.py index 130744f2..0edc6eba 100644 --- a/nzbtomedia/autoProcess/autoProcessTV.py +++ b/nzbtomedia/autoProcess/autoProcessTV.py @@ -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: diff --git a/nzbtomedia/nzbToMediaAutoFork.py b/nzbtomedia/nzbToMediaAutoFork.py index f82c2c7c..6ab0c8b1 100644 --- a/nzbtomedia/nzbToMediaAutoFork.py +++ b/nzbtomedia/nzbToMediaAutoFork.py @@ -71,5 +71,5 @@ def autoFork(inputCategory): logger.info("%s:%s fork auto-detection failed" % (section, inputCategory)) 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] \ No newline at end of file