feat(Radarr): add RlsGrp `Will1869` to `LQ (Release Title)` (#1702)

pull/1699/head
yammes08 5 months ago committed by GitHub
commit 2732d47a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,12 +7,12 @@
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "TeeWee", "name": "1XBET",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(TeeWee)\\b" "value": "\\b(1XBET)\\b"
} }
}, },
{ {
@ -34,12 +34,21 @@
} }
}, },
{ {
"name": "1XBET", "name": "TeeWee",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(1XBET)\\b" "value": "\\b(TeeWee)\\b"
}
},
{
"name": "Will1869",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Will1869)\\b"
} }
} }
] ]

Loading…
Cancel
Save