mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 07:48:04 +00:00
Merge pull request #11798 from glassez/fix-recheck-loop
Save resume data after recheck. Closes #11774
This commit is contained in:
commit
7ceeea880e
@ -1772,11 +1772,12 @@ void TorrentHandle::handleTorrentPausedAlert(const lt::torrent_paused_alert *p)
|
|||||||
if (!m_pauseWhenReady) {
|
if (!m_pauseWhenReady) {
|
||||||
updateStatus();
|
updateStatus();
|
||||||
m_speedMonitor.reset();
|
m_speedMonitor.reset();
|
||||||
m_session->handleTorrentPaused(this);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_pauseWhenReady = false;
|
m_pauseWhenReady = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_session->handleTorrentPaused(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user