From 743721e960e60ed427ad7adbc10650e332ff7a22 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 3 Sep 2022 11:44:45 +0200 Subject: [PATCH] [Sonarr] Change CF HMAX hash + fix Changed: CF `HMAX` hash because it was identical with CF `HLG` Fixed: typo in redex --- docs/json/sonarr/cf/hmax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/sonarr/cf/hmax.json b/docs/json/sonarr/cf/hmax.json index c1b30ff8a..3fa480050 100644 --- a/docs/json/sonarr/cf/hmax.json +++ b/docs/json/sonarr/cf/hmax.json @@ -1,5 +1,5 @@ { - "trash_id": "17e889ce13117940092308f48b48b45b", + "trash_id": "a880d6abc21e7c16884f3ae393f84179", "trash_score": "90", "name": "HMAX", "includeCustomFormatWhenRenaming": true, @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(hmax|hbmo|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + "value": "\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } } ]