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: