mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 12:03:09 +00:00
Fix a few instances of Plex search examples using invalid attributes (#2247)
This commit is contained in:
parent
34cd0034d9
commit
bee157ae34
2 changed files with 5 additions and 5 deletions
|
@ -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…
Reference in a new issue