mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fixed #832
This commit is contained in:
parent
841c9cdf54
commit
b3c7d83529
4 changed files with 8 additions and 20 deletions
|
@ -672,7 +672,7 @@ namespace Ombi.UI.Modules.Admin
|
|||
NotificationType = NotificationType.Test,
|
||||
DateTime = DateTime.Now
|
||||
};
|
||||
var currentSettings = await PushbulletService.GetSettingsAsync();
|
||||
var currentSettings = await PushoverService.GetSettingsAsync();
|
||||
try
|
||||
{
|
||||
NotificationService.Subscribe(new PushoverNotification(PushoverApi, PushoverService));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue