forked from premiere/premiere-libtorrent
Add remove_flags_t to python bindings.
This commit is contained in:
parent
e5e2b48122
commit
5ff633d5f4
|
@ -1138,6 +1138,9 @@ void bind_session()
|
|||
s.attr("local_peer_class_id") = session::local_peer_class_id;
|
||||
|
||||
s.attr("reopen_map_ports") = lt::session::reopen_map_ports;
|
||||
|
||||
s.attr("delete_files") = lt::session::delete_files;
|
||||
s.attr("delete_partfile") = lt::session::delete_partfile;
|
||||
}
|
||||
|
||||
#if TORRENT_ABI_VERSION == 1
|
||||
|
|
Loading…
Reference in New Issue