mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Save resume data when torrent has done checking
This commit is contained in:
parent
3b748178c2
commit
448e55031e
1 changed files with 3 additions and 0 deletions
|
@ -1676,6 +1676,9 @@ void TorrentImpl::handleTorrentCheckedAlert(const lt::torrent_checked_alert *p)
|
|||
return;
|
||||
}
|
||||
|
||||
if (m_nativeHandle.need_save_resume_data())
|
||||
m_session->handleTorrentNeedSaveResumeData(this);
|
||||
|
||||
if (m_fastresumeDataRejected && !m_hasMissingFiles)
|
||||
m_fastresumeDataRejected = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue