mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 18:04:32 +00:00
Always allow to save resume data in checking state
This commit is contained in:
parent
f35dbdfb8b
commit
d77c6321d3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user