Update HTSR Custom Formats

- Add `HS` as a possible match to the HTSR custom formats for Radarr and Sonarr
pull/1807/head
yammes08 4 months ago
parent 2e959574ae
commit 4897228f89

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(HTSR)\\b"
"value": "\\b(HTSR|HS)\\b"
}
},
{

@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(HTSR)\\b"
"value": "\\b(HTSR|HS)\\b"
}
},
{

Loading…
Cancel
Save