feat(Starr): Add RlsGrp `LCD` to CF `Bad Dual Groups` (#1742)

pull/1748/head
TRaSH 1 year ago committed by GitHub
parent b8a27dfc2f
commit 9555f5dcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,6 +106,15 @@
"value": "^(GUEIRA)$" "value": "^(GUEIRA)$"
} }
}, },
{
"name": "LCD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LCD)$"
}
},
{ {
"name": "N3G4N", "name": "N3G4N",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -106,6 +106,15 @@
"value": "^(GUEIRA)$" "value": "^(GUEIRA)$"
} }
}, },
{
"name": "LCD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(LCD)$"
}
},
{ {
"name": "N3G4N", "name": "N3G4N",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save