From 660dce177517951c55b9b9b3abbfc7d9b0728920 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 11 Dec 2021 19:51:06 +0000 Subject: [PATCH] test --- Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js | 2 +- Tdarr_Plugin_zzzz_Post_Proc_Example.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js b/Community/Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js index f03b292..b0dc098 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) => { +const plugin = (file, librarySettings, inputs, otherArguments)a => { // eslint-disable-next-line no-unused-vars,no-param-reassign inputs = loadDefaultValues(inputs, details); if (inputs.bitrate == "" || inputs.bitrate == "undefined") { diff --git a/Tdarr_Plugin_zzzz_Post_Proc_Example.js b/Tdarr_Plugin_zzzz_Post_Proc_Example.js index 3fd147f..e594e68 100644 --- a/Tdarr_Plugin_zzzz_Post_Proc_Example.js +++ b/Tdarr_Plugin_zzzz_Post_Proc_Example.js @@ -41,7 +41,7 @@ const details = () => { }; }; -const plugin = (file, librarySettings, inputs, otherArguments)a => { +const plugin = (file, librarySettings, inputs, otherArguments) => { // Only 'require' dependencies within this function or other functions. Do not require in the top scope. const importFresh = require('import-fresh');