aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates/InstallationManager.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 10:05:04 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 10:05:04 +0000
commit208d545cfefd5ce7a2092f4ac669e58cae115d37 (patch)
treec3c0e0efd6c9bd15d8306c0e8c6df0458c1dce4e /Emby.Server.Implementations/Updates/InstallationManager.cs
parentdddcfa6dbbca04ed69597ec335007612e2e2b8e8 (diff)
Changed as suggested.
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index 75a9ca080..b7bbbd348 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -93,8 +93,7 @@ namespace Emby.Server.Implementations.Updates
_httpClientFactory = httpClientFactory;
_config = config;
_zipClient = zipClient;
- _jsonSerializerOptions = JsonDefaults.GetOptions();
- _jsonSerializerOptions.PropertyNameCaseInsensitive = true;
+ _jsonSerializerOptions = JsonDefaults.GetCamelCaseOptions();
_pluginManager = pluginManager;
}