mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 18:25:54 -07:00
Merge pull request #83 from jayrox/patch-1
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
This commit is contained in:
commit
1d65cae1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue