Humanize the request type enum in notifications e.g. TvShow will now appear as "Tv Show" #2416

This commit is contained in:
TidusJar 2018-08-02 08:22:54 +01:00
parent 5143aacded
commit 0a4950acbc
2 changed files with 8 additions and 3 deletions

View file

@ -4,6 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.4.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
</ItemGroup>