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)" + } } ] }