diff options
| author | crobibero <cody@robibe.ro> | 2020-08-25 07:33:58 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-25 07:33:58 -0600 |
| commit | 5f64ab02a01f35f2bc2429cdee56973e77048fa5 (patch) | |
| tree | ad2869aca2126761b9d7dc93f068e7bc7562e9f1 /MediaBrowser.Common/Json/JsonDefaults.cs | |
| parent | 25be1a9b20a09979146c382b0a5c2325bf3ba21f (diff) | |
bump System.Text.Json
Diffstat (limited to 'MediaBrowser.Common/Json/JsonDefaults.cs')
| -rw-r--r-- | MediaBrowser.Common/Json/JsonDefaults.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Json/JsonDefaults.cs b/MediaBrowser.Common/Json/JsonDefaults.cs index 891715b3d..b46ecffc7 100644 --- a/MediaBrowser.Common/Json/JsonDefaults.cs +++ b/MediaBrowser.Common/Json/JsonDefaults.cs @@ -25,7 +25,7 @@ namespace MediaBrowser.Common.Json { ReadCommentHandling = JsonCommentHandling.Disallow, WriteIndented = false, - IgnoreNullValues = true + DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingDefault }; options.Converters.Add(new JsonGuidConverter()); |
