fix(starr): add RlsGrp BlackBit to Bad Dual Groups (#1584)

pull/1587/head
TRaSH 8 months ago committed by GitHub
parent 9cc5562512
commit 6c2b612681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,15 @@
"value": "^(BAT)$"
}
},
{
"name": "BlackBit",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BlackBit)$"
}
},
{
"name": "BNd",
"implementation": "ReleaseGroupSpecification",

@ -26,6 +26,15 @@
"value": "^(BAT)$"
}
},
{
"name": "BlackBit",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BlackBit)$"
}
},
{
"name": "BNd",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save