Readme: Added example for blacklist_ids

pull/78/head
desimaniac 6 years ago committed by GitHub
parent 1590f553c0
commit 30440e3bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -599,8 +599,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi
- This is similar to running `--ignore-blacklist` via the CLI command.
Example:
- Example:
```
"disabled_for": [
@ -638,6 +637,19 @@ Example:
`blacklisted_tvdb_ids` - Blacklist certain shows with their TVDB IDs.
- Example:
```
"blacklisted_tvdb_ids": [
79274,
85287,
71256,
194751,
76733,
336238
],
```
## Notifications

Loading…
Cancel
Save