From 326d70ec3adb9eaf576d8e367d6b55db51f7f5bd Mon Sep 17 00:00:00 2001 From: nuxen Date: Sun, 9 Oct 2022 15:27:48 +0200 Subject: [PATCH] Updated: Added `Bonus` to `Extras` CF Added `Bonus` to `Extras` CF to account for bonus content as well. --- docs/json/radarr/cf/extras.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/cf/extras.json b/docs/json/radarr/cf/extras.json index 62f7b3423..602581adf 100644 --- a/docs/json/radarr/cf/extras.json +++ b/docs/json/radarr/cf/extras.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras)\\b" + "value": "(?<=\\b[12]\\d{3}\\b).*\\b(Extras|Bonus)\\b" } } ]