mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
webui : fix add url
This commit is contained in:
parent
c9bc6a9526
commit
7f8fca451d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue