mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +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:
|
9.0 Movies:
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
rating.gte: 9
|
user_rating.gte: 9
|
||||||
```
|
```
|
||||||
|
|
||||||
## Plex Watchlist
|
## Plex Watchlist
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue