From 239175c85a118bf54ef867f63d338a6fedba855c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 9 May 2022 23:03:18 +0200 Subject: [PATCH] Fix for #581 - Messed up #581 and @mynameisbogdan came to rescue --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- docs/json/sonarr/lqGroups.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a717ce3c2..1667579a3 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -268,7 +268,7 @@ Add this to your `Preferred (3)` with a score of [10] Add this to your `Preferred (3)` with a score of [-100] ```bash -/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe.ph|Pahe.in)\b/i +/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\.ph|Pahe\.in)\b/i ``` !!! danger "Caution" diff --git a/docs/json/sonarr/lqGroups.json b/docs/json/sonarr/lqGroups.json index 7f164aace..7695de124 100644 --- a/docs/json/sonarr/lqGroups.json +++ b/docs/json/sonarr/lqGroups.json @@ -6,7 +6,7 @@ "preferred": [{ "score": -100, "terms": [ - "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe.ph|Pahe.in)\\b/i" + "/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\\.ph|Pahe\\.in)\\b/i" ] }], "ignored": []