pull/1366/head
Bond_009 5 years ago committed by Bond-009
parent a6f9ceedd8
commit 08ac5b6ec3

@ -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" />

@ -110,7 +110,6 @@ namespace Emby.Naming.TV
result.Success = true;
}
// TODO: Only consider success if date successfully parsed?
result.Success = true;
}

Loading…
Cancel
Save