From 79a8cf205988dfc976ffe5ec162b8e5d1cc4d574 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 27 May 2016 22:19:03 +0100 Subject: [PATCH] Removed static declarations --- PlexRequests.Services/Notification/NotificationService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlexRequests.Services/Notification/NotificationService.cs b/PlexRequests.Services/Notification/NotificationService.cs index 3e52e43fa..79e5dcb51 100644 --- a/PlexRequests.Services/Notification/NotificationService.cs +++ b/PlexRequests.Services/Notification/NotificationService.cs @@ -76,7 +76,7 @@ namespace PlexRequests.Services.Notification Observers.TryRemove(notification.NotificationName, out notification); } - private static async Task NotifyAsync(INotification notification, NotificationModel model) + private async Task NotifyAsync(INotification notification, NotificationModel model) { try { @@ -89,7 +89,7 @@ namespace PlexRequests.Services.Notification } - private static async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings) + private async Task NotifyAsync(INotification notification, NotificationModel model, Settings settings) { try {