mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
#96 add the necessary back-end code to produce a test message for all notification types (still have to add the test buttons for pushbullet/pushover)
This commit is contained in:
parent
45208e528f
commit
9742b42fdf
3 changed files with 76 additions and 34 deletions
|
@ -60,10 +60,7 @@ namespace PlexRequests.Services.Notification
|
|||
|
||||
var emailSettings = (EmailNotificationSettings)settings;
|
||||
|
||||
if (!ValidateConfiguration(emailSettings))
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (!ValidateConfiguration(emailSettings)) return;
|
||||
|
||||
switch (model.NotificationType)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue