Notification settings added to the UI

This commit is contained in:
Mark McDowall
2013-05-19 21:19:54 -07:00
parent a153599d50
commit c5376319fe
21 changed files with 168 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ namespace NzbDrone.Api.ClientSchema
Label = fieldAttribute.Label,
HelpText = fieldAttribute.HelpText,
Order = fieldAttribute.Order,
Type = fieldAttribute.Type.ToString().ToLowerInvariant()
};
var value = propertyInfo.GetValue(model, null);