mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Added TvDb offline project. still need to clean the data
This commit is contained in:
parent
af705cbf9a
commit
bee99cbd5b
10 changed files with 421 additions and 2 deletions
|
@ -8,7 +8,7 @@ using NzbDrone.Core.Repository.Quality;
|
|||
|
||||
namespace NzbDrone.Core
|
||||
{
|
||||
internal static class Parser
|
||||
public static class Parser
|
||||
{
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
|
@ -239,7 +239,7 @@ namespace NzbDrone.Core
|
|||
/// </summary>
|
||||
/// <param name = "title">title</param>
|
||||
/// <returns></returns>
|
||||
internal static string NormalizeTitle(string title)
|
||||
public static string NormalizeTitle(string title)
|
||||
{
|
||||
return NormalizeRegex.Replace(title, String.Empty).ToLower();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue