diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js index df0f357..67d2efe 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js @@ -65,7 +65,7 @@ function plugin(file, librarySettings, inputs) { }; // Check if inputs.container has been configured. If it hasn't then exit plugin. - if (inputs.container == "") { + if (!inputs || inputs.container == "") { response.infoLog += "☒Container has not been configured within plugin settings, please configure required options. Skipping this plugin. \n"; response.processFile = false;