Skip to content

Commit

Permalink
feat(starr-anime): Require remux in title for NAN0 (#2198)
Browse files Browse the repository at this point in the history
* Require remux in title for NAN0 (sonarr)

* Require remux in title for NAN0 (radarr)
  • Loading branch information
rg9400 authored Jan 1, 2025
1 parent 7b82d77 commit f26dd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/anime-bd-tier-03-seadex-muxers.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(NAN0)\\b"
"value": "(?<=remux).*\\b(NAN0)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/anime-bd-tier-03-seadex-muxers.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(NAN0)\\b"
"value": "(?<=remux).*\\b(NAN0)\\b"
}
},
{
Expand Down

0 comments on commit f26dd43

Please sign in to comment.