fix(radarr): Vinegar Syndrome not matching VinSyn (#1846)

pull/1848/head
nuxen 2 months ago committed by GitHub
parent c4772dbc29
commit 3e32f257c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,6 +23,15 @@
"fields": {
"value": "\\b(V-S)\\b"
}
},
{
"name": "VinSyn",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VinSyn)\\b"
}
}
]
}

Loading…
Cancel
Save