mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 20:54:28 -04:00
fixed: stage-time was not set in post-processor (bug introduced in r143)
This commit is contained in:
@@ -1207,7 +1207,7 @@ void PrePostProcessor::UpdateParProgress()
|
||||
if (pPostInfo->GetStage() != eStage)
|
||||
{
|
||||
pPostInfo->SetStage(eStage);
|
||||
pPostInfo->SetStartTime(time(NULL));
|
||||
pPostInfo->SetStageTime(time(NULL));
|
||||
}
|
||||
|
||||
m_mutexQueue.Unlock();
|
||||
|
||||
Reference in New Issue
Block a user