forked from premiere/premiere-libtorrent
fixed default value for paused
This commit is contained in:
parent
744d96796b
commit
c0ed1fa13a
|
@ -151,7 +151,7 @@ namespace libtorrent
|
|||
, fs::path const& save_path
|
||||
, entry const& resume_data = entry()
|
||||
, bool compact_mode = true
|
||||
, bool paused = true
|
||||
, bool paused = false
|
||||
, storage_constructor_type sc = default_storage_constructor);
|
||||
|
||||
session_proxy abort() { return session_proxy(m_impl); }
|
||||
|
|
Loading…
Reference in New Issue