Category whitelist #10

Merged
jonbranan merged 4 commits from category-whitelist into main 2022-07-23 01:10:24 -05:00
Showing only changes of commit 27bc8e171b - Show all commits

View File

@ -45,10 +45,11 @@ Config.json
} }
``` ```
You will need a tracker-whitelist.json in the root directory You will need a category-whitelist.json in the root directory. This will ignore any of the categories found in the values of the entries.
``` ```
{ {
"example": "general" "example": "general",
"example2": "sonarr"
} }
``` ```