mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 11:43:07 +01:00
Fixed: API error when sending payload without optional parameters
Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
parent
3be5d6c258
commit
8d83b1d8d6
@ -46,8 +46,11 @@ namespace Sonarr.Http.ClientSchema
|
||||
var propertyType = mapping.PropertyType;
|
||||
var field = fields.Find(f => f.Name == mapping.Field.Name);
|
||||
|
||||
if (field != null)
|
||||
{
|
||||
mapping.SetterFunc(target, field.Value);
|
||||
}
|
||||
}
|
||||
|
||||
return target;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user