1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

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
@@ -38,6 +38,14 @@ namespace NzbDrone.Core.Notifications.NotifyMyAndroid
{
}
public override string Name
{
get
{
return "Notify My Android";
}
}
public override ValidationResult Test()
{
var failures = new List<ValidationFailure>();