aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2019-05-18 13:43:28 +0200
committerBond-009 <bond.009@outlook.com>2019-06-01 11:34:28 +0200
commit08ac5b6ec3ce829c6691f1751e86480ace3d4b93 (patch)
treee8126804597a8a0b52fa84db1995557b6e2ee75d
parenta6f9ceedd82fe34a8d1f088d91f7c217ee070aad (diff)
Fix build
-rw-r--r--Emby.Naming/Emby.Naming.csproj4
-rw-r--r--Emby.Naming/TV/EpisodePathParser.cs1
2 files changed, 0 insertions, 5 deletions
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 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- </PropertyGroup>
-
<!-- Code analysers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.2" />
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;
}