mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Can add indexer (in UI)
This commit is contained in:
parent
6351011cce
commit
ea929974f3
8 changed files with 168 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue