if option "ParRename" is disabled (not recommended) unpacker does not initiate par-rename anymore, instead the full par-verify is performed then; refactor: simplified the code requesting par-rename after unpack

This commit is contained in:
Andrey Prygunkov
2013-10-20 20:59:49 +00:00
parent de5ed803ed
commit 89443e342f
6 changed files with 13 additions and 71 deletions

View File

@@ -596,14 +596,7 @@ void PrePostProcessor::CheckPostQueue()
pPostInfo->SetStage(PostInfo::ptQueued);
}
}
else if (pPostInfo->GetRequestParRename())
{
pPostInfo->GetNZBInfo()->SetRenameStatus(NZBInfo::rsNone);
pPostInfo->SetRequestParRename(false);
pPostInfo->SetStage(PostInfo::ptQueued);
DeletePostThread(pPostInfo);
}
#endif
if (pPostInfo->GetDeleted())
{