Set forceEncoding default to true

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 4cd931cf1f
commit 0842b351d5

@ -143,7 +143,7 @@ var details = function () { return ({
{
name: 'forceEncoding',
type: 'boolean',
defaultValue: 'false',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [

@ -111,7 +111,7 @@ const details = (): IpluginDetails => ({
{
name: 'forceEncoding',
type: 'boolean',
defaultValue: 'false',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [

Loading…
Cancel
Save