From 4c24372e4817115e85c2bc4ed4d8593077ee93c7 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sun, 28 Apr 2024 09:39:00 +0000 Subject: [PATCH] Remove config option accidentally committed --- Tdarr_Plugin_MM1_MrMeeb_Extract_Subs.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Tdarr_Plugin_MM1_MrMeeb_Extract_Subs.js b/Tdarr_Plugin_MM1_MrMeeb_Extract_Subs.js index 1822fb9..89d6a43 100644 --- a/Tdarr_Plugin_MM1_MrMeeb_Extract_Subs.js +++ b/Tdarr_Plugin_MM1_MrMeeb_Extract_Subs.js @@ -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