mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 19:40:03 -07:00
reorder forks to check most-unique first. fixes #294
This commit is contained in:
parent
b108650cfd
commit
01c1328707
2 changed files with 13 additions and 3 deletions
|
@ -164,6 +164,12 @@ def processEpisode(dirName, nzbName=None, failed=False, clientAgent=None, inputC
|
|||
if param is "dir":
|
||||
params["dir"] = dirName
|
||||
|
||||
if param is "process":
|
||||
params["process"] = None
|
||||
|
||||
if param is "process_method":
|
||||
params["process_method"] = None
|
||||
|
||||
if nzbName != None:
|
||||
params['nzbName'] = nzbName
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue