mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
bump System.Text.Json
This commit is contained in:
@@ -25,7 +25,7 @@ namespace MediaBrowser.Common.Json
|
||||
{
|
||||
ReadCommentHandling = JsonCommentHandling.Disallow,
|
||||
WriteIndented = false,
|
||||
IgnoreNullValues = true
|
||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingDefault
|
||||
};
|
||||
|
||||
options.Converters.Add(new JsonGuidConverter());
|
||||
|
||||
Reference in New Issue
Block a user