mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
#96 Email notification test button (others to come)
This commit is contained in:
parent
085c46ce43
commit
4b3f79b4a8
9 changed files with 134 additions and 18 deletions
|
@ -128,5 +128,10 @@ namespace PlexRequests.Services.Notification
|
|||
Log.Error(e);
|
||||
}
|
||||
}
|
||||
|
||||
public Task NotifyAsync(NotificationModel model, EmailNotificationSettings settings)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue