Skip to content

Commit

Permalink
feat(Starr): Add BYNDR to WEB Tier 03 (#2245)
Browse files Browse the repository at this point in the history
Add BYNDR to WEB Tier 03 for Radarr and Sonarr
  • Loading branch information
yammes08 authored Jan 26, 2025
1 parent 33c4105 commit 6df808d
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/web-tier-03.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
"value": 8
}
},
{
"name": "BYNDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BYNDR)$"
}
},
{
"name": "GNOMiSSiON",
"implementation": "ReleaseGroupSpecification",
Expand Down
9 changes: 9 additions & 0 deletions docs/json/sonarr/cf/web-tier-03.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"name": "WEB Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BYNDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BYNDR)$"
}
},
{
"name": "DRACULA",
"implementation": "ReleaseGroupSpecification",
Expand Down

0 comments on commit 6df808d

Please sign in to comment.