From 7f9b3c35d7ad49358874ead6b510403313c71e00 Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 25 Aug 2022 22:12:18 +0200 Subject: [PATCH] Added: `playWEB` to `HQ-WEBDL` and `WEB Tier 02` Added `playWEB` to both the `HQ-WEBDL` and `WEB Tier 02` CF according to the spreadsheet. --- docs/json/radarr/cf/hq-webdl.json | 9 +++++++++ docs/json/radarr/cf/web-tier-02.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/hq-webdl.json b/docs/json/radarr/cf/hq-webdl.json index fa9be5d18..d7c64f441 100644 --- a/docs/json/radarr/cf/hq-webdl.json +++ b/docs/json/radarr/cf/hq-webdl.json @@ -202,6 +202,15 @@ "value": "-PHOENiX\\b" } }, + { + "name": "playWEB", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bplayWEB\\b" + } + }, { "name": "ROCCaT", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/radarr/cf/web-tier-02.json b/docs/json/radarr/cf/web-tier-02.json index d4f03f0c9..de2a64e05 100644 --- a/docs/json/radarr/cf/web-tier-02.json +++ b/docs/json/radarr/cf/web-tier-02.json @@ -76,6 +76,15 @@ "value": "\\b(PHOENiX)\\b" } }, + { + "name": "playWEB", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(playWEB)\\b" + } + }, { "name": "SMURF", "implementation": "ReleaseGroupSpecification",