Skip to content

Commit

Permalink
Fix a few instances of Plex search examples using invalid attributes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII authored Sep 30, 2024
1 parent 34cd003 commit bee157a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/files/builders/plex.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ collections:
9.0 Movies:
plex_all: true
filters:
rating.gte: 9
user_rating.gte: 9
```
## Plex Watchlist
Expand Down
8 changes: 4 additions & 4 deletions docs/files/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ collections:
9.0 Movies:
plex_all: true
filters:
rating.gte: 9
user_rating.gte: 9
```
```yaml
collections:
Expand All @@ -353,7 +353,7 @@ collections:
actor: Adam Sandler
filters:
genre: Comedy
rating.gte: 7
user_rating.gte: 7
```
```yaml
collections:
Expand Down Expand Up @@ -773,7 +773,7 @@ collections:
9.0 Movies:
plex_all: true
filters:
rating.gte: 9
user_rating.gte: 9
```
```yaml
collections:
Expand All @@ -799,7 +799,7 @@ collections:
actor: Adam Sandler
filters:
genre: Comedy
rating.gte: 7
user_rating.gte: 7
```
```yaml
collections:
Expand Down

0 comments on commit bee157a

Please sign in to comment.