Added: `OPUS` Group negation for `Opus` CF

pull/946/head
nuxen 2 years ago
parent 20f5c6c970
commit c92884aa29

@ -11,5 +11,14 @@
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
},
{
"name": "Not OPUS",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}

@ -11,5 +11,14 @@
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
},
{
"name": "Not OPUS",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}

Loading…
Cancel
Save