Remove config option accidentally committed

This commit is contained in:
MrMeeb 2024-04-28 09:39:00 +00:00
parent e7c224f335
commit 4c24372e48

View File

@ -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',
Version: '0.1',
Tags: 'pre-processing',
Inputs: [
{
name: 'forced_only',
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'dropdown',
options: [
'true',
'false',
],
},
tooltip: `Only extract forced subtitles`,
},
],
Inputs: [],
});
// eslint-disable-next-line no-unused-vars