mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Set forceEncoding default to true
This commit is contained in:
parent
4cd931cf1f
commit
0842b351d5
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ const details = (): IpluginDetails => ({
|
|||
{
|
||||
name: 'forceEncoding',
|
||||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue