|
|
@ -2318,8 +2318,7 @@ void Session::generateResumeData(const bool final) |
|
|
|
if (!torrent->isValid()) continue; |
|
|
|
if (!torrent->isValid()) continue; |
|
|
|
|
|
|
|
|
|
|
|
if (!final && !torrent->needSaveResumeData()) continue; |
|
|
|
if (!final && !torrent->needSaveResumeData()) continue; |
|
|
|
if (torrent->isChecking() |
|
|
|
if (torrent->isPaused() |
|
|
|
|| torrent->isPaused() |
|
|
|
|
|
|
|
|| torrent->hasError() |
|
|
|
|| torrent->hasError() |
|
|
|
|| torrent->hasMissingFiles()) |
|
|
|
|| torrent->hasMissingFiles()) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|