From 00814f0a8e7b7475556da53ef1bfa71b544a4e92 Mon Sep 17 00:00:00 2001 From: Bo Osterud Date: Thu, 21 Feb 2013 19:48:07 +0100 Subject: [PATCH] Bugfix :: autoProcessTV.py : Typo in parameter name which leads to a 404 page when attempting to process without failed fork. --- autoProcessTV.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcessTV.py b/autoProcessTV.py index ca7e05d5..5f000353 100644 --- a/autoProcessTV.py +++ b/autoProcessTV.py @@ -110,7 +110,7 @@ def processEpisode(dirName, nzbName=None, failed=False): # this is our default behaviour to work with the standard Master branch of SickBeard else: - params['dir'] = dirName + params['dirName'] = dirName if nzbName != None: params['nzbName'] = nzbName # the standard Master bamch of SickBeard cannot process failed downloads. So Exit here.