From 47fff442c57e778b709b2392258cfa9e7bf601a5 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 14 Jan 2022 23:04:22 +0100 Subject: [PATCH] Updated: CF [x265 (720/1080p)] removed `Quality Group Exceptions` condition after several complaints. --- docs/json/radarr/x265-7201080p.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/json/radarr/x265-7201080p.json b/docs/json/radarr/x265-7201080p.json index dc03d7b07..4f6766d8b 100644 --- a/docs/json/radarr/x265-7201080p.json +++ b/docs/json/radarr/x265-7201080p.json @@ -30,15 +30,6 @@ "fields": { "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)" } - }, - { - "name": "Quality Group Exceptions", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "-MZABI|-NCmt\\b" - } } ] -} \ No newline at end of file +}