diff --git a/src/torrent.cpp b/src/torrent.cpp index 3f0c56cc7..8b6287c8a 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -5987,6 +5987,8 @@ namespace libtorrent if (!checking_files && should_check_files()) queue_torrent_check(); + else if (checking_files && !should_check_files()) + dequeue_torrent_check(); } void torrent::resume()