From c9ad30182586a352f1211889b1cbb17cfb83b1da Mon Sep 17 00:00:00 2001 From: nuxen Date: Sat, 13 Jul 2024 18:42:16 +0200 Subject: [PATCH] feat(starr-anime): add Shiniori-Raws to Anime Raws CF (#2012) --- docs/json/radarr/cf/anime-raws.json | 9 +++++++++ docs/json/sonarr/cf/anime-raws.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/anime-raws.json b/docs/json/radarr/cf/anime-raws.json index 66ab46487..26df2f8ab 100644 --- a/docs/json/radarr/cf/anime-raws.json +++ b/docs/json/radarr/cf/anime-raws.json @@ -167,6 +167,15 @@ "fields": { "value": "Seicher[ ._-]?(Raws)" } + }, + { + "name": "Shiniori-Raws", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Shiniori[ ._-]?(Raws)" + } } ] } diff --git a/docs/json/sonarr/cf/anime-raws.json b/docs/json/sonarr/cf/anime-raws.json index 26bcfb8c9..4e513228b 100644 --- a/docs/json/sonarr/cf/anime-raws.json +++ b/docs/json/sonarr/cf/anime-raws.json @@ -167,6 +167,15 @@ "fields": { "value": "Seicher[ ._-]?(Raws)" } + }, + { + "name": "Shiniori-Raws", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Shiniori[ ._-]?(Raws)" + } } ] }