Add default values for 2.00.12

make-only-subtitle-default
HaveAGitGat 4 years ago
parent 3c46d76895
commit 21588b708d

@ -20,6 +20,7 @@ module.exports.details = function details() {
Inputs: [{ Inputs: [{
name: 'autoscan_address', name: 'autoscan_address',
defaultValue: 'http://192.168.0.10',
tooltip: ` tooltip: `
Enter the IP address/URL for autoscan. Must include http(s):// Enter the IP address/URL for autoscan. Must include http(s)://
@ -31,6 +32,7 @@ module.exports.details = function details() {
}, },
{ {
name: 'autoscan_port', name: 'autoscan_port',
defaultValue: '3486',
tooltip: ` tooltip: `
Enter the port Autoscan is using, default is 3468 Enter the port Autoscan is using, default is 3468
@ -39,6 +41,7 @@ module.exports.details = function details() {
}, },
{ {
name: 'autoscan_username', name: 'autoscan_username',
defaultValue: 'Batman',
tooltip: ` tooltip: `
If authentication is configured, specify the username If authentication is configured, specify the username
@ -47,6 +50,7 @@ module.exports.details = function details() {
}, },
{ {
name: 'autoscan_password', name: 'autoscan_password',
defaultValue: 'SecretPassword',
tooltip: ` tooltip: `
If authentication is configured, specify the password If authentication is configured, specify the password

Loading…
Cancel
Save