diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 0b0dbab6c..a1c53025e 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -452,7 +452,7 @@ Add this to your `Must not contain (2)` If you don't want to download so called scene releases. ```bash -/\b(\.WEB\.)\b/i +/\b([ .]WEB[ .])\b/i ``` ------