feat(starr): add rlsgrp `vnlls` to `Bad Dual Groups` (#1713)

pull/1715/head
TRaSH 5 months ago committed by GitHub
parent 674e7818a1
commit 011ccdd717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -187,6 +187,15 @@
"value": "^(TvR)$"
}
},
{
"name": "vnlls",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(vnlls)$"
}
},
{
"name": "WTV",
"implementation": "ReleaseGroupSpecification",

@ -169,6 +169,15 @@
"value": "^(Tars)$"
}
},
{
"name": "vnlls",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(vnlls)$"
}
},
{
"name": "WTV",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save