mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Added Discord notification #865
This commit is contained in:
parent
4c797733ca
commit
43dbe854a6
18 changed files with 336 additions and 26 deletions
|
@ -25,7 +25,7 @@ namespace Ombi.Notifications
|
|||
public async Task NotifyAsync(NotificationModel model, Settings.Settings.Models.Settings settings)
|
||||
{
|
||||
if (settings == null) await NotifyAsync(model);
|
||||
|
||||
|
||||
var notificationSettings = (T)settings;
|
||||
|
||||
if (!ValidateConfiguration(notificationSettings))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue