mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Correctly set "stop condition" on force recheck invoked
PR #17915. Closes #17913.
This commit is contained in:
parent
597444c527
commit
05b7194bf7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue