diff --git a/src/base/bittorrent/torrentimpl.cpp b/src/base/bittorrent/torrentimpl.cpp index d79c45df6..7c49d6a5b 100644 --- a/src/base/bittorrent/torrentimpl.cpp +++ b/src/base/bittorrent/torrentimpl.cpp @@ -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; } }