diff --git a/Tdarr_Plugin_zzzz_Post_Proc_Example.js b/Tdarr_Plugin_zzzz_Post_Proc_Example.js index e594e68..3fd147f 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) => { +const plugin = (file, librarySettings, inputs, otherArguments)a => { // Only 'require' dependencies within this function or other functions. Do not require in the top scope. const importFresh = require('import-fresh');