From bee157ae34589c4b9b6aff5adde048058bc3cf47 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:07:10 +0100 Subject: [PATCH] Fix a few instances of Plex search examples using invalid attributes (#2247) --- docs/files/builders/plex.md | 2 +- docs/files/filters.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/files/builders/plex.md b/docs/files/builders/plex.md index 77f221e5..13500128 100644 --- a/docs/files/builders/plex.md +++ b/docs/files/builders/plex.md @@ -25,7 +25,7 @@ collections: 9.0 Movies: plex_all: true filters: - rating.gte: 9 + user_rating.gte: 9 ``` ## Plex Watchlist diff --git a/docs/files/filters.md b/docs/files/filters.md index 5cdfa3fb..3cad5c40 100644 --- a/docs/files/filters.md +++ b/docs/files/filters.md @@ -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: