mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Fix requested torrent resume data handling
Session should increase an appropriate counter each time the torrent resume data is requested to save.
This commit is contained in:
@@ -530,6 +530,7 @@ bool TorrentHandle::needSaveResumeData() const
|
||||
void TorrentHandle::saveResumeData()
|
||||
{
|
||||
m_nativeHandle.save_resume_data();
|
||||
m_session->handleTorrentSaveResumeDataRequested(this);
|
||||
}
|
||||
|
||||
int TorrentHandle::filesCount() const
|
||||
|
||||
Reference in New Issue
Block a user