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",
"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 @@
}
}
]
}
}
Loading…
Cancel
Save