New: PushOver will now require an application per user to avoid API limiting issues

This commit is contained in:
Mark McDowall
2013-12-30 20:48:14 -08:00
parent 72e56a1845
commit c42777086b
7 changed files with 82 additions and 10 deletions
@@ -12,6 +12,8 @@ namespace NzbDrone.Core.Notifications.Pushover
return true;
}
}
public string ApiKey { get; set; }
public string UserKey { get; set; }
public int Priority { get; set; }
}