|
|
@ -12,7 +12,7 @@ namespace NzbDrone.Api.Extentions
|
|
|
|
{
|
|
|
|
{
|
|
|
|
DateTimeZoneHandling = DateTimeZoneHandling.Utc,
|
|
|
|
DateTimeZoneHandling = DateTimeZoneHandling.Utc,
|
|
|
|
NullValueHandling = NullValueHandling.Ignore,
|
|
|
|
NullValueHandling = NullValueHandling.Ignore,
|
|
|
|
Formatting = Formatting.None,
|
|
|
|
Formatting = Formatting.Indented,
|
|
|
|
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate
|
|
|
|
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ namespace NzbDrone.Api.Extentions
|
|
|
|
{
|
|
|
|
{
|
|
|
|
DateTimeZoneHandling = Settings.DateTimeZoneHandling,
|
|
|
|
DateTimeZoneHandling = Settings.DateTimeZoneHandling,
|
|
|
|
NullValueHandling = NullValueHandling.Ignore,
|
|
|
|
NullValueHandling = NullValueHandling.Ignore,
|
|
|
|
Formatting = Formatting.None,
|
|
|
|
Formatting = Formatting.Indented,
|
|
|
|
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
|
|
|
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
|
|
|
ContractResolver = new CamelCasePropertyNamesContractResolver()
|
|
|
|
ContractResolver = new CamelCasePropertyNamesContractResolver()
|
|
|
|
};
|
|
|
|
};
|
|
|
|