mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -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":
|
||||
params["dirName"] = dirName
|
||||
|
||||
if params is "dir":
|
||||
if param is "dir":
|
||||
params["dir"] = dirName
|
||||
|
||||
if nzbName != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue