From 13b92488c5fdff1f4476c19c95e68415685f4281 Mon Sep 17 00:00:00 2001 From: FonduemangVI Date: Tue, 4 Oct 2022 15:46:28 +1100 Subject: [PATCH] feat(anime) - updated version CFs --- docs/json/radarr/cf/v0.json | 2 +- docs/json/radarr/cf/v1.json | 2 +- docs/json/radarr/cf/v2.json | 2 +- docs/json/radarr/cf/v3.json | 2 +- docs/json/radarr/cf/v4.json | 2 +- docs/json/sonarr/cf/v0.json | 2 +- docs/json/sonarr/cf/v1.json | 2 +- docs/json/sonarr/cf/v2.json | 2 +- docs/json/sonarr/cf/v3.json | 2 +- docs/json/sonarr/cf/v4.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/json/radarr/cf/v0.json b/docs/json/radarr/cf/v0.json index 46b2049d3..c48be14ba 100644 --- a/docs/json/radarr/cf/v0.json +++ b/docs/json/radarr/cf/v0.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v0)\\b" + "value": "(\\b|\\d)(v0)\\b" } } ] diff --git a/docs/json/radarr/cf/v1.json b/docs/json/radarr/cf/v1.json index bf8556eba..0407a746f 100644 --- a/docs/json/radarr/cf/v1.json +++ b/docs/json/radarr/cf/v1.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(\\d|\\[)(v1)\\b" + "value": "(\\b|\\d)(v1)\\b" } } ] diff --git a/docs/json/radarr/cf/v2.json b/docs/json/radarr/cf/v2.json index 5ba2704dc..1870cd24a 100644 --- a/docs/json/radarr/cf/v2.json +++ b/docs/json/radarr/cf/v2.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v2)\\b" + "value": "(\\b|\\d)(v2)\\b" } } ] diff --git a/docs/json/radarr/cf/v3.json b/docs/json/radarr/cf/v3.json index f90c89b2c..85c06202a 100644 --- a/docs/json/radarr/cf/v3.json +++ b/docs/json/radarr/cf/v3.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v3)\\b" + "value": "(\\b|\\d)(v3)\\bb" } } ] diff --git a/docs/json/radarr/cf/v4.json b/docs/json/radarr/cf/v4.json index 3c5291213..ed0bd8e20 100644 --- a/docs/json/radarr/cf/v4.json +++ b/docs/json/radarr/cf/v4.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v4)\\b" + "value": "(\\b|\\d)(v4)\\b" } } ] diff --git a/docs/json/sonarr/cf/v0.json b/docs/json/sonarr/cf/v0.json index ff287da14..a8735ec07 100644 --- a/docs/json/sonarr/cf/v0.json +++ b/docs/json/sonarr/cf/v0.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v0)\\b" + "value": "(\\b|\\d)(v0)\\b" } } ] diff --git a/docs/json/sonarr/cf/v1.json b/docs/json/sonarr/cf/v1.json index 770b9cf92..e343a38a1 100644 --- a/docs/json/sonarr/cf/v1.json +++ b/docs/json/sonarr/cf/v1.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(\\d|\\[)(v1)\\b" + "value": "(\\b|\\d)(v1)\\b" } } ] diff --git a/docs/json/sonarr/cf/v2.json b/docs/json/sonarr/cf/v2.json index e33761fea..763c0402d 100644 --- a/docs/json/sonarr/cf/v2.json +++ b/docs/json/sonarr/cf/v2.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v2)\\b" + "value": "(\\b|\\d)(v2)\\b" } } ] diff --git a/docs/json/sonarr/cf/v3.json b/docs/json/sonarr/cf/v3.json index 3647313df..9dcb316da 100644 --- a/docs/json/sonarr/cf/v3.json +++ b/docs/json/sonarr/cf/v3.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v3)\\b" + "value": "(\\b|\\d)(v3)\\b" } } ] diff --git a/docs/json/sonarr/cf/v4.json b/docs/json/sonarr/cf/v4.json index d41c8b51d..9060dde70 100644 --- a/docs/json/sonarr/cf/v4.json +++ b/docs/json/sonarr/cf/v4.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "(?<=(\\d|\\[))(v4)\\b" + "value": "(\\b|\\d)(v4)\\b" } } ]