fix(radarr): Add CtrlHD to Atmos condition in TrueHD Atmos Radarr Custom Format (#1651)

pull/1652/head
yammes08 6 months ago committed by GitHub
commit 662834c21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(ATMOS|W4NK3R|DON)(\\b|\\d)"
"value": "\\b(ATMOS|CtrlHD|W4NK3R|DON)(\\b|\\d)"
}
},
{

@ -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)

Loading…
Cancel
Save