Display names for Notifications

This commit is contained in:
Mark McDowall
2015-04-25 09:02:17 -07:00
parent ecd941a6e5
commit 9a629c2fc6
29 changed files with 258 additions and 36 deletions

View File

@@ -37,6 +37,14 @@ namespace NzbDrone.Core.Notifications.PushBullet
{
}
public override string Name
{
get
{
return "Pushbullet";
}
}
public override ValidationResult Test()
{
var failures = new List<ValidationFailure>();