forked from premiere/premiere-libtorrent
Add force_recheck to the bindings
This commit is contained in:
parent
d433ec93a0
commit
737824eb60
|
@ -312,6 +312,7 @@ void bind_torrent_handle()
|
|||
.def("set_tracker_login", _(&torrent_handle::set_tracker_login))
|
||||
.def("move_storage", _(&torrent_handle::move_storage))
|
||||
.def("info_hash", _(&torrent_handle::info_hash))
|
||||
.def("force_recheck", _(&torrent_handle::force_recheck))
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue