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