mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue