Skip to content

Commit

Permalink
fix(starr): remove rlsgrp CtrlHD from CF TrueHD Atmos
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- committed Aug 30, 2023
1 parent 8a4922f commit 18788ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/truehd-atmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
"value": "\\b(ATMOS|W4NK3R|DON)(\\b|\\d)"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/json/sonarr/cf/truehd-atmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "True[ .-]?HD|W4NK3R|HQMUX"
"value": "True[ .-]?HD"
}
},
{
Expand All @@ -22,7 +22,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
"value": "\\b(ATMOS)(\\b|\\d)"
}
},
{
Expand Down

0 comments on commit 18788ee

Please sign in to comment.