From 1d0ff43bce5d6d50560102787fd2df9fda72b2c4 Mon Sep 17 00:00:00 2001 From: Q_Suicide <107214609+qsuicide@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:32:32 -0500 Subject: [PATCH] feat(radarr): Added `.VAV` to the `Retags` Custom Format (#1635) --- docs/json/radarr/cf/retags.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/cf/retags.json b/docs/json/radarr/cf/retags.json index a16d8c392..e39b7a536 100644 --- a/docs/json/radarr/cf/retags.json +++ b/docs/json/radarr/cf/retags.json @@ -41,6 +41,15 @@ "fields": { "value": "\\[TGx\\]" } + }, + { + "name": ".VAV", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "[.]VAV\\b" + } } ] }