this should cover it!

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

View File

@@ -7,6 +7,14 @@ namespace NzbDrone.Core.Notifications.Pushover
{
public class TestPushoverCommand : Command
{
public override bool SendUpdatesToClient
{
get
{
return true;
}
}
public string UserKey { get; set; }
public int Priority { get; set; }
}