Remove config option accidentally committed
This commit is contained in:
parent
e7c224f335
commit
4c24372e48
@ -7,21 +7,7 @@ const details = () => ({
|
|||||||
Description: 'Automatically extracts SRT subtitles to external files and removes the embedded ones. Created to fix a bug where Infuse cannot auto-select embedded forced subtitles',
|
Description: 'Automatically extracts SRT subtitles to external files and removes the embedded ones. Created to fix a bug where Infuse cannot auto-select embedded forced subtitles',
|
||||||
Version: '0.1',
|
Version: '0.1',
|
||||||
Tags: 'pre-processing',
|
Tags: 'pre-processing',
|
||||||
Inputs: [
|
Inputs: [],
|
||||||
{
|
|
||||||
name: 'forced_only',
|
|
||||||
type: 'boolean',
|
|
||||||
defaultValue: false,
|
|
||||||
inputUI: {
|
|
||||||
type: 'dropdown',
|
|
||||||
options: [
|
|
||||||
'true',
|
|
||||||
'false',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
tooltip: `Only extract forced subtitles`,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user