mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fixed typo
This commit is contained in:
parent
9942fee63d
commit
af2efa18ee
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 params 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