mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 10:10:35 +01:00
Fix merge and build
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Jellyfin.Server.Extensions
|
||||
.AddJsonOptions(options =>
|
||||
{
|
||||
// Update all properties that are set in JsonDefaults
|
||||
var jsonOptions = JsonDefaults.PascalCase;
|
||||
var jsonOptions = JsonDefaults.GetPascalCaseOptions();
|
||||
|
||||
// From JsonDefaults
|
||||
options.JsonSerializerOptions.ReadCommentHandling = jsonOptions.ReadCommentHandling;
|
||||
|
||||
Reference in New Issue
Block a user