diff --git a/docs/json/sonarr/cf/hbo.json b/docs/json/sonarr/cf/hbo.json index 6d5302ad0..bf51332e7 100644 --- a/docs/json/sonarr/cf/hbo.json +++ b/docs/json/sonarr/cf/hbo.json @@ -30,6 +30,15 @@ "fields": { "value": 4 } + }, + { + "name": "HBO", + "implementation": "ReleaseGroupSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(HBO)\\b" + } } ] }