mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +00:00
Don't recheck twice after 'Force Recheck' with 'Recheck torrents on completion' enabled. Closes #4274.
This commit is contained in:
parent
ebe6d1b603
commit
2d25edd4d6
@ -1368,6 +1368,8 @@ void TorrentHandle::handleTorrentCheckedAlert(libtorrent::torrent_checked_alert
|
|||||||
|
|
||||||
if (progress() < 1.0 && wantedSize() > 0)
|
if (progress() < 1.0 && wantedSize() > 0)
|
||||||
m_hasSeedStatus = false;
|
m_hasSeedStatus = false;
|
||||||
|
else if (progress() == 1.0)
|
||||||
|
m_hasSeedStatus = true;
|
||||||
|
|
||||||
if (m_pauseAfterRecheck) {
|
if (m_pauseAfterRecheck) {
|
||||||
m_pauseAfterRecheck = false;
|
m_pauseAfterRecheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user