From 7f8fca451d49bbc658d1d7fea642a5d153fa756b Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Fri, 4 Apr 2008 17:02:09 +0000 Subject: [PATCH] webui : fix add url --- deluge/ui/webui/torrent_add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/webui/torrent_add.py b/deluge/ui/webui/torrent_add.py index 61d29edf3..bd132d47c 100644 --- a/deluge/ui/webui/torrent_add.py +++ b/deluge/ui/webui/torrent_add.py @@ -118,7 +118,7 @@ class torrent_add: print self.add_page(error = _("Choose an url or a torrent, not both.")) return if vars.url: - proxy.add_torrent_url(vars.url,options) + proxy.add_torrent_url(vars.url, None,options) log.debug("add-url:options :%s" % options) utils.do_redirect() elif torrent_name: