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

pull/2249/head
YozoraXCII 2 months ago committed by GitHub
parent 34cd0034d9
commit bee157ae34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -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:

Loading…
Cancel
Save