Remove setting the resume_data key to '' in the add_torrent_params as this causes libtorrent 0.16 to crash
This commit is contained in:
parent
c4dbf017a5
commit
27cd89c4ad
@ -423,7 +423,6 @@ class TorrentManager(component.Component):
|
|||||||
torrent_info.rename_file(index, utf8_encoded(name))
|
torrent_info.rename_file(index, utf8_encoded(name))
|
||||||
|
|
||||||
add_torrent_params["ti"] = torrent_info
|
add_torrent_params["ti"] = torrent_info
|
||||||
add_torrent_params["resume_data"] = ""
|
|
||||||
|
|
||||||
#log.info("Adding torrent: %s", filename)
|
#log.info("Adding torrent: %s", filename)
|
||||||
log.debug("options: %s", options)
|
log.debug("options: %s", options)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user