#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:
Drewster727 2016-03-28 13:44:11 -05:00
parent 45208e528f
commit 9742b42fdf
3 changed files with 76 additions and 34 deletions

View file

@ -60,10 +60,7 @@ namespace PlexRequests.Services.Notification
var emailSettings = (EmailNotificationSettings)settings;
if (!ValidateConfiguration(emailSettings))
{
return;
}
if (!ValidateConfiguration(emailSettings)) return;
switch (model.NotificationType)
{