Update hq.json

- Added: Not Remux so we don't get double scoring
- Changed: Better Condition naming
pull/358/head
TRaSH 3 years ago
parent 2f5c2e5d02
commit 028d94764d

@ -32,7 +32,7 @@
} }
}, },
{ {
"name": "WEBDL", "name": "Not WEBDL",
"implementation": "SourceSpecification", "implementation": "SourceSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
@ -41,7 +41,7 @@
} }
}, },
{ {
"name": "WEBRIP", "name": "Not WEBRIP",
"implementation": "SourceSpecification", "implementation": "SourceSpecification",
"negate": true, "negate": true,
"required": true, "required": true,
@ -50,7 +50,7 @@
} }
}, },
{ {
"name": "REMUX", "name": "Not REMUX",
"implementation": "QualityModifierSpecification", "implementation": "QualityModifierSpecification",
"negate": true, "negate": true,
"required": true, "required": true,

Loading…
Cancel
Save