From 3acaafef5f066e9b3c23e5990035579e2ad517f4 Mon Sep 17 00:00:00 2001 From: Will Segatto Date: Wed, 8 Dec 2021 11:54:23 -0300 Subject: [PATCH] Update Tdarr_Plugin_x7ac_Remove_Closed_Captions.js --- Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js index 0a0b4be..843057d 100644 --- a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js +++ b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js @@ -17,7 +17,7 @@ function details() { function plugin(file) { const response = { processFile: false, - preset: ',-map 0 -codec copy -bsf:v "filter_units=remove_types=6"', + preset: `,-map 0 -codec copy -bsf:v "filter_units=remove_types=6"`, container: '.${file.container}', handBrakeMode: false, FFmpegMode: true,