mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
commit
f8db146f14
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ var details = function () { return ({
|
|||
{
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
defaultValue: '==',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ const details = (): IpluginDetails => ({
|
|||
{
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
defaultValue: '==',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue