mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Bugfix :: autoProcessTV.py : Typo in parameter name which leads to a 404 page when attempting to process without failed fork.
This commit is contained in:
parent
f0846fe480
commit
00814f0a8e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue