|
|
|
@ -2350,7 +2350,7 @@ void Session::generateResumeData(bool final)
@@ -2350,7 +2350,7 @@ void Session::generateResumeData(bool final)
|
|
|
|
|
{ |
|
|
|
|
foreach (TorrentHandle *const torrent, m_torrents) { |
|
|
|
|
if (!torrent->isValid()) continue; |
|
|
|
|
if (torrent->isChecking()) continue; |
|
|
|
|
if (torrent->isChecking() || torrent->isPaused()) continue; |
|
|
|
|
if (!final && !torrent->needSaveResumeData()) continue; |
|
|
|
|
if (torrent->hasMissingFiles() || torrent->hasError()) continue; |
|
|
|
|
|
|
|
|
|