Added test button to notification edit

This commit is contained in:
Mark McDowall
2013-06-12 19:55:11 -07:00
parent 38589742e3
commit 1f4cf0034e
7 changed files with 78 additions and 8 deletions

View File

@@ -12,5 +12,6 @@ namespace NzbDrone.Api.Notifications
public Boolean OnDownload { get; set; }
public List<Field> Fields { get; set; }
public String Implementation { get; set; }
public String Command { get; set; }
}
}