feat(guide): Update French VFQ CFs (#2730)

* feat(guide): Update French VFQ CFs

Update both Radarr and Sonarr json to recognise MULTi.CA as VFQ

* Update french-vfq.json (Sonarr)

* Forgot brackets

* Forgot brackets
This commit is contained in:
NiceTSY
2026-05-11 22:03:51 +02:00
committed by GitHub
parent f145e3f6ee
commit c75cf9edb0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(VFQ|\\d{3,4}p[ .]CAN|(?<=MULTi[ .])FR(A|ENCH))\\b"
"value": "\\b(VFQ|\\d{3,4}p[ .]CAN?|(?<=MULTi[ .])(FR(A|ENCH)|CAN?))\\b"
}
},
{
+1 -1
View File
@@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(VFQ|\\d{3,4}p[ .]CAN|(?<=MULTi[ .])FR(A|ENCH))\\b"
"value": "\\b(VFQ|\\d{3,4}p[ .]CAN?|(?<=MULTi[ .])(FR(A|ENCH)|CAN?))\\b"
}
},
{