mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-28 18:55:20 +00:00
Added todo to remove hack to handle shows that contain numbers only (added in last commit).
This commit is contained in:
@@ -381,6 +381,7 @@ namespace NzbDrone.Core
|
||||
/// <returns></returns>
|
||||
public static string NormalizeTitle(string title)
|
||||
{
|
||||
//Todo: Find a better way to do this hack
|
||||
if (title == "90210" || title == "24")
|
||||
return title;
|
||||
return NormalizeRegex.Replace(title, String.Empty).ToLower();
|
||||
|
||||
Reference in New Issue
Block a user