From 27cd89c4ad91206d69a290c47692488419c6ab36 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 29 May 2011 18:09:04 -0700 Subject: [PATCH] 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 file changed, 1 deletion(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 54f183005..014bfad6d 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)