mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove StringEnumConverter
This commit is contained in:
parent
72745f4722
commit
fff2a40ffc
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user