mirror of
https://github.com/nzbget/nzbget.git
synced 2026-01-26 14:57:49 -05:00
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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user