mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Add default values for 2.00.12
This commit is contained in:
parent
3c46d76895
commit
21588b708d
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue