mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -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])) {
|
||||
response.processFile = false;
|
||||
response.infoLog += `Filter preventing processing. File title contains key word ${keywords[i]}`;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue