From 943da9aa5f8e7b8627df6fcca564d8df9a8f310f Mon Sep 17 00:00:00 2001 From: Will Segatto Date: Wed, 17 Nov 2021 13:34:04 -0300 Subject: [PATCH] Update Tdarr_Plugin_x7ac_Remove_Closed_Captions.js --- Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js index c347271..4fde8ac 100644 --- a/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js +++ b/Community/Tdarr_Plugin_x7ac_Remove_Closed_Captions.js @@ -43,12 +43,9 @@ function plugin(file) { } } - response.infoLog += - response.processFile ? '☒This file has burnt closed captions \n' - : '☑Closed captions have not been detected on this file \n'; + response.infoLog += response.processFile?'☒This file has burnt closed captions \n':'☑Closed captions have not been detected on this file \n'; return response; } - module.exports.details = details; -module.exports.plugin = plugin; \ No newline at end of file +module.exports.plugin = plugin;