Fix a few instances of Plex search examples using invalid attributes (#2247)

This commit is contained in:
YozoraXCII 2024-09-30 13:07:10 +01:00 committed by GitHub
parent 34cd0034d9
commit bee157ae34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ collections:
9.0 Movies: 9.0 Movies:
plex_all: true plex_all: true
filters: filters:
rating.gte: 9 user_rating.gte: 9
``` ```
## Plex Watchlist ## Plex Watchlist

View file

@ -327,7 +327,7 @@ collections:
9.0 Movies: 9.0 Movies:
plex_all: true plex_all: true
filters: filters:
rating.gte: 9 user_rating.gte: 9
``` ```
```yaml ```yaml
collections: collections:
@ -353,7 +353,7 @@ collections:
actor: Adam Sandler actor: Adam Sandler
filters: filters:
genre: Comedy genre: Comedy
rating.gte: 7 user_rating.gte: 7
``` ```
```yaml ```yaml
collections: collections:
@ -773,7 +773,7 @@ collections:
9.0 Movies: 9.0 Movies:
plex_all: true plex_all: true
filters: filters:
rating.gte: 9 user_rating.gte: 9
``` ```
```yaml ```yaml
collections: collections:
@ -799,7 +799,7 @@ collections:
actor: Adam Sandler actor: Adam Sandler
filters: filters:
genre: Comedy genre: Comedy
rating.gte: 7 user_rating.gte: 7
``` ```
```yaml ```yaml
collections: collections: