mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 11:38:30 -07:00
autoProcessTV typo fix for dir param
This commit is contained in:
parent
e1a3e1b6c0
commit
edb164768a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def processEpisode(dirName, nzbName=None, failed=False, clientAgent=None, inputC
|
||||||
if param is "dirName":
|
if param is "dirName":
|
||||||
params["dirName"] = dirName
|
params["dirName"] = dirName
|
||||||
|
|
||||||
if params is "dir":
|
if param is "dir":
|
||||||
params["dir"] = dirName
|
params["dir"] = dirName
|
||||||
|
|
||||||
if nzbName != None:
|
if nzbName != None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue