diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj
index 699d893256..6e05eb7952 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 812bc970ed..a98e8221a5 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;
}