mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Correctly set "stop condition" on force recheck invoked
PR #17915. Closes #17913.
This commit is contained in:
committed by
GitHub
parent
597444c527
commit
05b7194bf7
@@ -1429,7 +1429,7 @@ void TorrentImpl::forceRecheck()
|
|||||||
{
|
{
|
||||||
// When "force recheck" is applied on paused torrent, we temporarily resume it
|
// When "force recheck" is applied on paused torrent, we temporarily resume it
|
||||||
resume();
|
resume();
|
||||||
setStopCondition(StopCondition::FilesChecked);
|
m_stopCondition = StopCondition::FilesChecked;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user