mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 19:56:24 -07:00
Update Tdarr_Plugin_bbbb_Filter_Example.js
This commit is contained in:
parent
901322d645
commit
9e1e732fcd
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ module.exports.plugin = function plugin(file) {
|
||||||
if (file.file.includes(keywords[i])) {
|
if (file.file.includes(keywords[i])) {
|
||||||
response.processFile = false;
|
response.processFile = false;
|
||||||
response.infoLog += `Filter preventing processing. File title contains key word ${keywords[i]}`;
|
response.infoLog += `Filter preventing processing. File title contains key word ${keywords[i]}`;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue