Skip to content

Commit

Permalink
feat(starr-anime): Add Some-Stuffs to Anime Web Tier 04 (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rg9400 authored Feb 25, 2025
1 parent 0a4c3a6 commit c13cb66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/anime-web-tier-04-official-subs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions docs/json/sonarr/cf/anime-web-tier-04-official-subs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c13cb66

Please sign in to comment.