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