Can add indexer (in UI)

This commit is contained in:
Mark McDowall 2013-05-27 17:19:07 -07:00
parent 6351011cce
commit ea929974f3
8 changed files with 168 additions and 4 deletions

View file

@ -16,10 +16,10 @@ namespace NzbDrone.Api.Notifications
{
_notificationService = notificationService;
GetResourceAll = GetAll;
GetResourceAll = GetSchema;
}
private List<NotificationResource> GetAll()
private List<NotificationResource> GetSchema()
{
//Need to get all the possible Notification's same as we would for settiings (but keep them empty)