mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
turn off mobile notifications
This commit is contained in:
parent
924e7c89f3
commit
6227e11543
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace Ombi.Notifications.Agents
|
|||
|
||||
protected override bool ValidateConfiguration(MobileNotificationSettings settings)
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override async Task NewRequest(NotificationOptions model, MobileNotificationSettings settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue