diff --git a/Sonarr/Sonarr-Release-Profile-RegEx/index.html b/Sonarr/Sonarr-Release-Profile-RegEx/index.html index e12a2ef39..06a56f3a0 100644 --- a/Sonarr/Sonarr-Release-Profile-RegEx/index.html +++ b/Sonarr/Sonarr-Release-Profile-RegEx/index.html @@ -1400,7 +1400,7 @@ It's all really dependent on specific situations for different people

Matches any release that contains '1-' as prefix for Release Groups

Add this to your Preferred (3) with a score of [-25]

-
/(1-.+)$/i
+
/(?<!\d\.)(1-.+)$/i
 

Optional - Prefer Season Packs

@@ -1534,7 +1534,7 @@ Also they often even rename the release name in to Portuguese.

Last update: - October 2, 2022 10:56:25 + October 20, 2022 20:31:23