Update Tdarr_Plugin_bbbb_Filter_Example.js

make-only-subtitle-default
HaveAGitGat 5 years ago committed by GitHub
parent 9e1e732fcd
commit f479522456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ module.exports.plugin = function plugin(file) {
for (let i = 0; i < keywords.length; i += 1) {
if (file.file.includes(keywords[i])) {
response.processFile = false;
response.infoLog += `Filter preventing processing. File title contains key word ${keywords[i]}`;
response.infoLog += `Filter preventing processing. File title contains keyword ${keywords[i]}`;
break;
}
}

Loading…
Cancel
Save