reorder forks to check most-unique first. fixes #294

This commit is contained in:
clinton-hall 2014-03-25 09:57:37 +10:30
parent b108650cfd
commit 01c1328707
2 changed files with 13 additions and 3 deletions

View file

@ -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