From 2eae34fd549b2a8e6254451c4e20bbb474232ccc Mon Sep 17 00:00:00 2001 From: p5nbTgip0r Date: Fri, 29 Oct 2021 08:21:42 -0700 Subject: [PATCH] fix: Match `Anime.Time` Allows matching the `Anime Time` release group when the space is replaced with a period --- docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index 64790c7be..acfad3f91 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -564,7 +564,7 @@ Sub-Par Releases 2nd Tier (Re-encoded to crap or really small filesizes) (Sepera ``` ```bash -/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime Time\b)/i +/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime[ .]Time\b)/i ``` ```bash