this should cover it!

This commit is contained in:
Keivan Beigi 2013-09-11 17:42:15 -07:00
commit c090b3efa1
15 changed files with 166 additions and 331 deletions

View file

@ -7,6 +7,13 @@ namespace NzbDrone.Core.Notifications.Prowl
{
public class TestProwlCommand : Command
{
public override bool SendUpdatesToClient
{
get
{
return true;
}
}
public string ApiKey { get; set; }
public int Priority { get; set; }
}