Fixed: Calendar api again includes series images. (Nzb360)

fixes #1473
pull/6/head
Taloth Saldono 8 years ago
parent 17bf438cad
commit 9fae76015a

@ -198,7 +198,8 @@ namespace Marr.Data.Mapping
{
return AutoMapPropertiesWhere(m =>
m.MemberType == MemberTypes.Property &&
!DataHelper.IsSimpleType((m as PropertyInfo).PropertyType));
!DataHelper.IsSimpleType((m as PropertyInfo).PropertyType) &&
!MapRepository.Instance.TypeConverters.ContainsKey((m as PropertyInfo).PropertyType));
}
/// <summary>

Loading…
Cancel
Save