Fixed hashed release name

pull/2/head
Mark McDowall 10 years ago
parent 5f9b05d34a
commit a11d118e32

@ -141,7 +141,7 @@ namespace NzbDrone.Core.Parser
new Regex(@"^abc$", RegexOptions.Compiled | RegexOptions.IgnoreCase), new Regex(@"^abc$", RegexOptions.Compiled | RegexOptions.IgnoreCase),
//b00bs - Started appearing January 2015 //b00bs - Started appearing January 2015
new Regex(@"^abc$", RegexOptions.Compiled | RegexOptions.IgnoreCase) new Regex(@"^b00bs$", RegexOptions.Compiled | RegexOptions.IgnoreCase)
}; };
//Regex to detect whether the title was reversed. //Regex to detect whether the title was reversed.

Loading…
Cancel
Save