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:
plex_all: true
filters:
rating.gte: 9
user_rating.gte: 9
```
## Plex Watchlist

View file

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