diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index 699d89325..6e05eb795 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -21,10 +21,6 @@ true - - true - - diff --git a/Emby.Naming/TV/EpisodePathParser.cs b/Emby.Naming/TV/EpisodePathParser.cs index 812bc970e..a98e8221a 100644 --- a/Emby.Naming/TV/EpisodePathParser.cs +++ b/Emby.Naming/TV/EpisodePathParser.cs @@ -110,7 +110,6 @@ namespace Emby.Naming.TV result.Success = true; } - // TODO: Only consider success if date successfully parsed? result.Success = true; }