feat(radarr): Added `.VAV` to the `Retags` Custom Format (#1635)

pull/1644/head
Q_Suicide 1 year ago committed by GitHub
parent 335f7661f8
commit 1d0ff43bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,15 @@
"fields": { "fields": {
"value": "\\[TGx\\]" "value": "\\[TGx\\]"
} }
},
{
"name": ".VAV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[.]VAV\\b"
}
} }
] ]
} }

Loading…
Cancel
Save