mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 18:25:54 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ var details = function () { return ({
|
|||
icon: 'faBell',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Arr',
|
||||
name: 'arr',
|
||||
type: 'string',
|
||||
defaultValue: 'radarr',
|
||||
|
|
@ -61,6 +62,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify which arr to use',
|
||||
},
|
||||
{
|
||||
label: 'Arr API Key',
|
||||
name: 'arr_api_key',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -70,6 +72,7 @@ var details = function () { return ({
|
|||
tooltip: 'Input your arr api key here',
|
||||
},
|
||||
{
|
||||
label: 'Arr Host',
|
||||
name: 'arr_host',
|
||||
type: 'string',
|
||||
defaultValue: 'http://192.168.1.1:7878',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue