mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update Tdarr_Plugin_bbbb_Filter_Example.js
This commit is contained in:
parent
9e1e732fcd
commit
f479522456
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue