mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Changed as suggested.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user