diff --git a/docs/json/radarr/cf/bad-dual-groups.json b/docs/json/radarr/cf/bad-dual-groups.json index 654505a91..19a173ee5 100644 --- a/docs/json/radarr/cf/bad-dual-groups.json +++ b/docs/json/radarr/cf/bad-dual-groups.json @@ -106,6 +106,15 @@ "value": "^(GUEIRA)$" } }, + { + "name": "LCD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(LCD)$" + } + }, { "name": "N3G4N", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/sonarr/cf/bad-dual-groups.json b/docs/json/sonarr/cf/bad-dual-groups.json index d75a135f5..25f4229c8 100644 --- a/docs/json/sonarr/cf/bad-dual-groups.json +++ b/docs/json/sonarr/cf/bad-dual-groups.json @@ -106,6 +106,15 @@ "value": "^(GUEIRA)$" } }, + { + "name": "LCD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(LCD)$" + } + }, { "name": "N3G4N", "implementation": "ReleaseGroupSpecification",