mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -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: [{
|
||||
name: 'autoscan_address',
|
||||
defaultValue: 'http://192.168.0.10',
|
||||
tooltip: `
|
||||
Enter the IP address/URL for autoscan. Must include http(s)://
|
||||
|
||||
|
|
@ -31,6 +32,7 @@ module.exports.details = function details() {
|
|||
},
|
||||
{
|
||||
name: 'autoscan_port',
|
||||
defaultValue: '3486',
|
||||
tooltip: `
|
||||
Enter the port Autoscan is using, default is 3468
|
||||
|
||||
|
|
@ -39,6 +41,7 @@ module.exports.details = function details() {
|
|||
},
|
||||
{
|
||||
name: 'autoscan_username',
|
||||
defaultValue: 'Batman',
|
||||
tooltip: `
|
||||
If authentication is configured, specify the username
|
||||
|
||||
|
|
@ -47,6 +50,7 @@ module.exports.details = function details() {
|
|||
},
|
||||
{
|
||||
name: 'autoscan_password',
|
||||
defaultValue: 'SecretPassword',
|
||||
tooltip: `
|
||||
If authentication is configured, specify the password
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue