From c13cb6603e37caf738089e8eaab54e353b39b777 Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:40:07 -0600 Subject: [PATCH] feat(starr-anime): Add Some-Stuffs to Anime Web Tier 04 (#2300) --- docs/json/radarr/cf/anime-web-tier-04-official-subs.json | 9 +++++++++ docs/json/sonarr/cf/anime-web-tier-04-official-subs.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/json/radarr/cf/anime-web-tier-04-official-subs.json b/docs/json/radarr/cf/anime-web-tier-04-official-subs.json index 5d3bbb50d..191548898 100644 --- a/docs/json/radarr/cf/anime-web-tier-04-official-subs.json +++ b/docs/json/radarr/cf/anime-web-tier-04-official-subs.json @@ -105,6 +105,15 @@ "value": "\\b(NanDesuKa)\\b" } }, + { + "name": "Some-Stuffs", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Some-Stuffs)\\b" + } + }, { "name": "URANIME", "implementation": "ReleaseTitleSpecification", diff --git a/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json b/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json index 0fdaed019..016473c47 100644 --- a/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json +++ b/docs/json/sonarr/cf/anime-web-tier-04-official-subs.json @@ -114,6 +114,15 @@ "value": "\\b(NanDesuKa)\\b" } }, + { + "name": "Some-Stuffs", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Some-Stuffs)\\b" + } + }, { "name": "URANIME", "implementation": "ReleaseTitleSpecification",