From 1275a95ae0c07337fe29cfed59b6b7ff9a808a94 Mon Sep 17 00:00:00 2001 From: psyko-gh Date: Mon, 26 Aug 2024 22:09:29 +0200 Subject: [PATCH] docs: note about genres internationalization --- docs/predicates.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/predicates.md b/docs/predicates.md index 10fe1ea..c5c167a 100644 --- a/docs/predicates.md +++ b/docs/predicates.md @@ -91,13 +91,17 @@ It is also possible to specify the job Filters on the genre of the movie. Will match when one or more of the listed genres matches the genre of the movie. +!!! warning Internationalized values + + The values for this predicates are expressed in the language used by the configured user. + **Case insensitive** ```yaml - genre: musical # or with an array of values - genre: - - animation + - animation # - romance ```