Skip to content

Commit

Permalink
fix(starr): add DUAL-VARYG to Dual Audio Custom Anime Format (#2204)
Browse files Browse the repository at this point in the history
* Update anime-dual-audio.json

update dual audio to include dual varyg

* Update anime-dual-audio.json
  • Loading branch information
NooNameR authored Jan 5, 2025
1 parent 71315f0 commit 8519883
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-dual-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dual[ ._-]?audio|[([]dual[])]|(JA|ZH|KO)\\+EN|EN\\+(JA|ZH|KO)"
"value": "dual[ ._-]?(audio|varyg)|[([]dual[])]|(JA|ZH|KO)\\+EN|EN\\+(JA|ZH|KO)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/anime-dual-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dual[ ._-]?audio|[([]dual[])]|(JA|ZH|KO)\\+EN|EN\\+(JA|ZH|KO)"
"value": "dual[ ._-]?(audio|varyg)|[([]dual[])]|(JA|ZH|KO)\\+EN|EN\\+(JA|ZH|KO)"
}
},
{
Expand Down

0 comments on commit 8519883

Please sign in to comment.