mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Always allow to save resume data in checking state
This commit is contained in:
@@ -2318,8 +2318,7 @@ void Session::generateResumeData(const bool final)
|
||||
if (!torrent->isValid()) continue;
|
||||
|
||||
if (!final && !torrent->needSaveResumeData()) continue;
|
||||
if (torrent->isChecking()
|
||||
|| torrent->isPaused()
|
||||
if (torrent->isPaused()
|
||||
|| torrent->hasError()
|
||||
|| torrent->hasMissingFiles())
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user