mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +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))
|
||||
|
||||
add_torrent_params["ti"] = torrent_info
|
||||
add_torrent_params["resume_data"] = ""
|
||||
|
||||
#log.info("Adding torrent: %s", filename)
|
||||
log.debug("options: %s", options)
|
||||
|
|
Loading…
Add table
Reference in a new issue