Lowercase actual parameters in code and remove whitespace to comply with StyleCopAnalyzers

This commit is contained in:
ZadenRB
2020-04-15 00:24:15 -06:00
parent 16a66dc89c
commit 72862d7b46
2 changed files with 10 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ namespace Jellyfin.Server.Extensions
// Clear app parts to avoid other assemblies being picked up
.ConfigureApplicationPartManager(a => a.ApplicationParts.Clear())
.AddApplicationPart(typeof(StartupController).Assembly)
.AddJsonOptions(options =>
.AddJsonOptions(options =>
{
options.JsonSerializerOptions.PropertyNamingPolicy = null;
})