From 1c55a9567f68a33f25d86d6b1b3727e3dada32d3 Mon Sep 17 00:00:00 2001
From: tenshiak <75363841+tenshiak@users.noreply.github.com>
Date: Tue, 18 Apr 2023 17:08:35 +0200
Subject: [PATCH] docs wording
---
docs/metadata/filters.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/metadata/filters.md b/docs/metadata/filters.md
index c10f3004..0f572aa6 100644
--- a/docs/metadata/filters.md
+++ b/docs/metadata/filters.md
@@ -191,7 +191,7 @@ Number filters can **NOT** take multiple values.
| `audience_rating` | Uses the audience rating attribute to match
`0.0` - `10.0` | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
| `user_rating` | Uses the user rating attribute to match
`0.0` - `10.0` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| `tmdb_vote_count`**[2](#table-annotations)** | Uses the tmdb vote count to match
minimum: `1` | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
-| `tmdb_vote_average`**[2](#table-annotations)** | Uses the tmdb vote average to match
minimum: `0.0` | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
+| `tmdb_vote_average`**[2](#table-annotations)** | Uses the tmdb vote average rating to match
minimum: `0.0` | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| `plays` | Uses the plays attribute to match
minimum: `1` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| `duration` | Uses the duration attribute to match using minutes
minimum: `0.0` | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ |
| `channels` | Uses the audio channels attribute to match
minimum: `0` | ✅ | ✅**[1](#table-annotations)** | ✅**[1](#table-annotations)** | ✅ | ❌ | ❌ | ❌ |