diff --git a/docs/json/radarr/cf/web-tier-03.json b/docs/json/radarr/cf/web-tier-03.json index 3ffdc2cff..3a04aeb16 100644 --- a/docs/json/radarr/cf/web-tier-03.json +++ b/docs/json/radarr/cf/web-tier-03.json @@ -26,6 +26,15 @@ "value": 8 } }, + { + "name": "BYNDR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(BYNDR)$" + } + }, { "name": "GNOMiSSiON", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/web-tier-03.json b/docs/json/sonarr/cf/web-tier-03.json index 6667afded..dfbdb3a52 100644 --- a/docs/json/sonarr/cf/web-tier-03.json +++ b/docs/json/sonarr/cf/web-tier-03.json @@ -8,6 +8,15 @@ "name": "WEB Tier 03", "includeCustomFormatWhenRenaming": false, "specifications": [ + { + "name": "BYNDR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(BYNDR)$" + } + }, { "name": "DRACULA", "implementation": "ReleaseGroupSpecification",