Remove StringEnumConverter

This commit is contained in:
crobibero 2020-04-20 07:24:13 -06:00
parent 72745f4722
commit fff2a40ffc
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ namespace Jellyfin.Server.Extensions
{
// Setting the naming policy to null leaves the property names as-is when serializing objects to JSON.
options.JsonSerializerOptions.PropertyNamingPolicy = null;
// Accept string enums
options.JsonSerializerOptions.Converters.Add(new JsonStringEnumConverter());
})
.AddControllersAsServices();
}