forked from premiere/premiere-libtorrent
forward port set_allow_peers bugfix
This commit is contained in:
parent
5c96a35a66
commit
8eded0a2a0
|
@ -9752,7 +9752,7 @@ namespace libtorrent
|
|||
// there is one special case here. If we are
|
||||
// currently in graceful pause mode, and we just turned into regular
|
||||
// paused mode, we need to actually pause the torrent properly
|
||||
if (m_allow_peers == false
|
||||
if (m_allow_peers == true
|
||||
&& m_graceful_pause_mode == true
|
||||
&& graceful == false)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue