mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Correctly set "stop condition" on force recheck invoked
PR #17915. Closes #17913.
This commit is contained in:
parent
597444c527
commit
05b7194bf7
@ -1429,7 +1429,7 @@ void TorrentImpl::forceRecheck()
|
||||
{
|
||||
// When "force recheck" is applied on paused torrent, we temporarily resume it
|
||||
resume();
|
||||
setStopCondition(StopCondition::FilesChecked);
|
||||
m_stopCondition = StopCondition::FilesChecked;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user