mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-19 18:44:29 -04:00
fixed #253: delete-with-parking sometimes didn't park
This commit is contained in:
@@ -778,7 +778,7 @@ bool QueueEditor::EditGroup(NzbInfo* nzbInfo, DownloadQueue::EEditAction action,
|
||||
nzbInfo->SetParking(action == DownloadQueue::eaGroupParkDelete &&
|
||||
g_Options->GetKeepHistory() > 0 &&
|
||||
!nzbInfo->GetUnpackCleanedUpDisk() &&
|
||||
(nzbInfo->GetSuccessArticles() > 0 || nzbInfo->GetFailedArticles() > 0));
|
||||
(nzbInfo->GetCurrentSuccessArticles() > 0 || nzbInfo->GetCurrentFailedArticles() > 0));
|
||||
nzbInfo->SetAvoidHistory(action == DownloadQueue::eaGroupFinalDelete);
|
||||
nzbInfo->SetDeletePaused(allPaused);
|
||||
if (action == DownloadQueue::eaGroupDupeDelete)
|
||||
|
||||
Reference in New Issue
Block a user