diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js b/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js index b0dc098..f03b292 100644 --- a/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js +++ b/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js @@ -37,7 +37,7 @@ const details = () => { } // eslint-disable-next-line no-unused-vars -const plugin = (file, librarySettings, inputs, otherArguments)a => { +const plugin = (file, librarySettings, inputs, otherArguments) => { // eslint-disable-next-line no-unused-vars,no-param-reassign inputs = loadDefaultValues(inputs, details); if (inputs.bitrate == "" || inputs.bitrate == "undefined") { diff --git a/tests/checkPlugins.js b/tests/checkPlugins.js index ddf948f..9007b77 100644 --- a/tests/checkPlugins.js +++ b/tests/checkPlugins.js @@ -43,7 +43,6 @@ for (let i = 0; i < files.length; i += 1) { && !read.includes(asyncText) ) { console.log(`Plugin error: './Community/${files[i]}' does not contain ${syncText} or ${asyncText}`); - console.log(`Plugin 'plugin' syntax is wrong './Community/${files[i]}'`); process.exit(1); }