mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Always allow to save resume data in checking state
This commit is contained in:
parent
f35dbdfb8b
commit
d77c6321d3
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue