Module: deluge Branch: chunked-sessionproxy-and-gtkui-speedups Commit: 27cd89c4ad91206d69a290c47692488419c6ab36
Author: Andrew Resch <[email protected]> Date: Sun May 29 18:09:04 2011 -0700 Remove setting the resume_data key to '' in the add_torrent_params as this causes libtorrent 0.16 to crash --- deluge/core/torrentmanager.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 54f1830..014bfad 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -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) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
