mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
fix webui add url: #483
This commit is contained in:
parent
35aa1aaec2
commit
35ac3dda26
@ -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…
x
Reference in New Issue
Block a user