mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Merge 00814f0a8e
into f0846fe480
This commit is contained in:
commit
02dafd0989
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