Fix build
This commit is contained in:
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…
Reference in New Issue
Block a user