Merge pull request #83 from jayrox/patch-1

Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
make-only-subtitle-default
HaveAGitGat 5 years ago committed by GitHub
commit 1d65cae1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save