From 6227e11543943fc23d7ecb31768fbbc213dfe585 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sat, 3 Feb 2018 21:39:08 +0000 Subject: [PATCH] turn off mobile notifications --- src/Ombi.Notifications/Agents/MobileNotification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi.Notifications/Agents/MobileNotification.cs b/src/Ombi.Notifications/Agents/MobileNotification.cs index 56a58d8b8..79272c1aa 100644 --- a/src/Ombi.Notifications/Agents/MobileNotification.cs +++ b/src/Ombi.Notifications/Agents/MobileNotification.cs @@ -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)