diff --git a/docs/json/radarr/cf/web-tier-02.json b/docs/json/radarr/cf/web-tier-02.json index 708461873..bbd6e5074 100644 --- a/docs/json/radarr/cf/web-tier-02.json +++ b/docs/json/radarr/cf/web-tier-02.json @@ -97,6 +97,15 @@ "value": "^(playWEB)$" } }, + { + "name": "SbR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(SbR)$" + } + }, { "name": "SMURF", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/web-tier-02.json b/docs/json/sonarr/cf/web-tier-02.json index 69644e808..7dd9779c0 100644 --- a/docs/json/sonarr/cf/web-tier-02.json +++ b/docs/json/sonarr/cf/web-tier-02.json @@ -313,6 +313,15 @@ "value": "^(SA89)$" } }, + { + "name": "SbR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(SbR)$" + } + }, { "name": "SDCC", "implementation": "ReleaseGroupSpecification",