update defaults

make-only-subtitle-default
HaveAGitGat 4 years ago
parent db22ca561e
commit 8dbd3484df

@ -18,7 +18,7 @@ const details = () => ({
{ {
name: 'sdCRF', name: 'sdCRF',
type: 'string', type: 'string',
defaultValue: '19', defaultValue: '20',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -31,7 +31,7 @@ const details = () => ({
{ {
name: 'hdCRF', name: 'hdCRF',
type: 'string', type: 'string',
defaultValue: '21', defaultValue: '22',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -44,7 +44,7 @@ const details = () => ({
{ {
name: 'fullhdCRF', name: 'fullhdCRF',
type: 'string', type: 'string',
defaultValue: '23', defaultValue: '24',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -57,7 +57,7 @@ const details = () => ({
{ {
name: 'uhdCRF', name: 'uhdCRF',
type: 'string', type: 'string',
defaultValue: '26', defaultValue: '28',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },

Loading…
Cancel
Save