mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update index.ts
Set the default for the listbox to "==" as per my Discord post
This commit is contained in:
parent
057f8e8095
commit
c3cef40d68
1 changed files with 1 additions and 1 deletions
|
|
@ -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