diff --git a/docs/json/radarr/cf/truehd-atmos.json b/docs/json/radarr/cf/truehd-atmos.json index c9a44b0a1..78b8f7a95 100644 --- a/docs/json/radarr/cf/truehd-atmos.json +++ b/docs/json/radarr/cf/truehd-atmos.json @@ -23,7 +23,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(ATMOS|W4NK3R|DON)(\\b|\\d)" + "value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)" } }, { diff --git a/docs/updates.txt b/docs/updates.txt index d4ec650b4..27d71ba44 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,6 @@ +# 2023-11-19 20:30 +- [fix(radarr): Add CtrlHD to Atmos condition in TrueHD Atmos Radarr Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1651) + # 2023-11-19 16:00 - [feat(guide): include the different hdr formats in the quality profiles](https://github.com/TRaSH-Guides/Guides/pull/1623) - [fix(guide): Update Radarr/Sonarr guide How to rename your folders](https://github.com/TRaSH-Guides/Guides/pull/1647)