This commit is contained in:
Bo Osterud 2013-02-21 10:51:40 -08:00
commit 02dafd0989

View file

@ -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 # this is our default behaviour to work with the standard Master branch of SickBeard
else: else:
params['dir'] = dirName params['dirName'] = dirName
if nzbName != None: if nzbName != None:
params['nzbName'] = nzbName params['nzbName'] = nzbName
# the standard Master bamch of SickBeard cannot process failed downloads. So Exit here. # the standard Master bamch of SickBeard cannot process failed downloads. So Exit here.