graceful pause fix
This commit is contained in:
parent
83da84452f
commit
7b4998213f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue