From 028d94764d436e65c43fe19ac6e371e923e2fb7d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 9 Oct 2021 15:03:05 +0200 Subject: [PATCH] Update hq.json - Added: Not Remux so we don't get double scoring - Changed: Better Condition naming --- docs/json/radarr/hq.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/json/radarr/hq.json b/docs/json/radarr/hq.json index 45af8d377..dcb87af6e 100644 --- a/docs/json/radarr/hq.json +++ b/docs/json/radarr/hq.json @@ -32,7 +32,7 @@ } }, { - "name": "WEBDL", + "name": "Not WEBDL", "implementation": "SourceSpecification", "negate": true, "required": true, @@ -41,7 +41,7 @@ } }, { - "name": "WEBRIP", + "name": "Not WEBRIP", "implementation": "SourceSpecification", "negate": true, "required": true, @@ -50,7 +50,7 @@ } }, { - "name": "REMUX", + "name": "Not REMUX", "implementation": "QualityModifierSpecification", "negate": true, "required": true, @@ -59,4 +59,4 @@ } } ] -} +} \ No newline at end of file