force recheck assert fix
This commit is contained in:
parent
0836ceec0b
commit
73907913d7
|
@ -752,8 +752,11 @@ namespace libtorrent
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!is_torrent_paused() || is_auto_managed())
|
if (!is_torrent_paused() || is_auto_managed())
|
||||||
|
{
|
||||||
|
set_state(torrent_status::queued_for_checking);
|
||||||
m_ses.check_torrent(shared_from_this());
|
m_ses.check_torrent(shared_from_this());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void torrent::start_checking()
|
void torrent::start_checking()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue