Merge pull request #2772 from jjm2473/patch-2
luci-app-aria2: fix: datatype
This commit is contained in:
commit
ab70fb1ac6
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ o = s:taboption("task", Value, "max_concurrent_downloads", translate("Max concur
|
|||
o.placeholder = "5"
|
||||
|
||||
o = s:taboption("task", Value, "max_connection_per_server", translate("Max connection per server"), "1-16")
|
||||
o.datetype = "range(1, 16)"
|
||||
o.datatype = "range(1, 16)"
|
||||
o.placeholder = "1"
|
||||
|
||||
o = s:taboption("task", Value, "min_split_size", translate("Min split size"), "1M-1024M")
|
||||
|
|
Loading…
Reference in a new issue