diff --git a/docs/json/radarr/cf/web-tier-02.json b/docs/json/radarr/cf/web-tier-02.json index de2a64e05..a3bed9136 100644 --- a/docs/json/radarr/cf/web-tier-02.json +++ b/docs/json/radarr/cf/web-tier-02.json @@ -102,6 +102,15 @@ "fields": { "value": "\\b(TOMMY)\\b" } + }, + { + "name": "XEBEC", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(XEBEC|4KBEC|CEBEX)\\b" + } } ] } diff --git a/docs/json/sonarr/cf/web-tier-02.json b/docs/json/sonarr/cf/web-tier-02.json index 4fe745714..f6e763cce 100644 --- a/docs/json/sonarr/cf/web-tier-02.json +++ b/docs/json/sonarr/cf/web-tier-02.json @@ -337,6 +337,15 @@ "value": "\\b(WELP)\\b" } }, + { + "name": "XEBEC", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(XEBEC|4KBEC|CEBEX)\\b" + } + }, { "name": "WEBDL", "implementation": "SourceSpecification",