luci-app-unblockmusic: set default port

This commit is contained in:
CN_SZTL 2019-07-15 17:52:46 +08:00
parent a123151735
commit d954514a93
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -38,6 +38,7 @@ speedtype:value("all", translate("所有平台"))
speedtype:depends("enabled", 1)
account = s:option(Value, "port", translate("端口号"))
account.default = "5200"
account.datatype = "string"
account:depends("enabled", 1)