luci-app-aria2: fix: datatype

just a spelling mistake.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
练亮斌 2019-06-16 22:26:11 +08:00 committed by GitHub
parent 1aa13ed51e
commit 2326a0a4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")