Merge pull request #83 from jayrox/patch-1
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
This commit is contained in:
commit
1d65cae1a8
@ -65,7 +65,7 @@ function plugin(file, librarySettings, inputs) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Check if inputs.container has been configured. If it hasn't then exit plugin.
|
// Check if inputs.container has been configured. If it hasn't then exit plugin.
|
||||||
if (inputs.container == "") {
|
if (!inputs || inputs.container == "") {
|
||||||
response.infoLog +=
|
response.infoLog +=
|
||||||
"☒Container has not been configured within plugin settings, please configure required options. Skipping this plugin. \n";
|
"☒Container has not been configured within plugin settings, please configure required options. Skipping this plugin. \n";
|
||||||
response.processFile = false;
|
response.processFile = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user