diff --git a/docs/json/radarr/hq.json b/docs/json/radarr/hq.json index dcb87af6e..e3f269126 100644 --- a/docs/json/radarr/hq.json +++ b/docs/json/radarr/hq.json @@ -57,6 +57,15 @@ "fields": { "value": 5 } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } } ] -} \ No newline at end of file +}