From 35ac3dda26fd1fb332c4517f1235689662a567ec Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Tue, 23 Sep 2008 19:35:09 +0000 Subject: [PATCH] fix webui add url: #483 --- 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 13dbd5099..878592360 100644 --- a/deluge/ui/webui/torrent_add.py +++ b/deluge/ui/webui/torrent_add.py @@ -119,7 +119,7 @@ class torrent_add: return if vars.url: - proxy.add_torrent_url(vars.url, None,options) + proxy.add_torrent_url(vars.url,options) log.debug("add-url:options :%s" % options) self.redirect(vars.choose_files) elif torrent_name: