Added a bool value for HTTPS
This commit is contained in:
parent
f067bf573c
commit
432098a115
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
<category label="30014"> <!-- MediaBrowser -->
|
||||
<setting id="ipaddress" type="text" label="30000" default="" visible="true" enable="true" />
|
||||
<setting id="port" type="text" label="30030" default="8096" visible="true" enable="true" />
|
||||
<setting id="https" type="bool" label="Enable HTTPS" visible="true" enable="true" />
|
||||
<setting type="sep" />
|
||||
<setting id="username" type="text" label="30024" />
|
||||
<setting type="sep" />
|
||||
|
|
Loading…
Reference in a new issue