Update multi-audio.json

Just seperated the Multi and VO+VF parts
pull/645/head
NiceTSY 2 years ago
parent 50515118a8
commit ba47d78e15

@ -9,9 +9,18 @@
"name": "MULTi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": "(^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)|MULTi)(\\b|\\d)"
"value": "\\b(MULTi)(\\b|\\d)"
}
},
{
"name": "VO and VF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
}
}
]

Loading…
Cancel
Save