fixes

master
meisnate12 2 years ago
parent 084f2e3861
commit 5086d8085d

@ -223,7 +223,7 @@ Boolean Searches take no modifier and can only be either `true` or `false`.
| `episode_progress` | Has Episode Progress | :x: | :heavy_check_mark: |
| `episode_unmatched` | Has Episodes Unmatched | :x: | :heavy_check_mark: |
## Smart Search Examples
## Plex Search Examples
A few examples are listed below:

@ -107,8 +107,14 @@ The Collection Notification will be sent after each collection containing the fo
"deleted": bool, // Was the Collection Deleted on this run
"poster": str, // Base64 Encoded Collection Poster
"background": str, // Base64 Encoded Collection Background
"additions": [int], // List of TMDb/TVDb IDs added to the colleciton
"removals": [int] // List of TMDb/TVDb IDs removed from the colleciton
"additions": [
"title": str, // Title of addition
"id": int // TMDB/TVDB ID of addition
],
"removals": [
"title": str, // Title of removal
"id": int // TMDB/TVDB ID of removal
],
}
```

Loading…
Cancel
Save