Fixed: Issue saving notifications

This commit is contained in:
Mark McDowall
2013-12-19 00:38:28 -08:00
parent fb6e365c1a
commit 36a5eea951
5 changed files with 69 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ namespace NzbDrone.Api.ClientSchema
propertyInfo.SetValue(target, value, null);
}
if (propertyInfo.PropertyType == typeof(Int64))
else if (propertyInfo.PropertyType == typeof(Int64))
{
var value = Convert.ToInt64(field.Value);
propertyInfo.SetValue(target, value, null);