diff --git a/src/torrent.cpp b/src/torrent.cpp index 65605000c..e7efe371f 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -752,7 +752,10 @@ namespace libtorrent return; } if (!is_torrent_paused() || is_auto_managed()) + { + set_state(torrent_status::queued_for_checking); m_ses.check_torrent(shared_from_this()); + } } void torrent::start_checking()