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:
Andrew Resch 2011-05-29 18:09:04 -07:00
parent c4dbf017a5
commit 27cd89c4ad

View file

@ -423,7 +423,6 @@ class TorrentManager(component.Component):
torrent_info.rename_file(index, utf8_encoded(name))
add_torrent_params["ti"] = torrent_info
add_torrent_params["resume_data"] = ""
#log.info("Adding torrent: %s", filename)
log.debug("options: %s", options)