mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04: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