aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Notifications
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Notifications')
-rw-r--r--MediaBrowser.Controller/Notifications/INotificationManager.cs8
-rw-r--r--MediaBrowser.Controller/Notifications/INotificationService.cs2
-rw-r--r--MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs2
-rw-r--r--MediaBrowser.Controller/Notifications/UserNotification.cs4
4 files changed, 8 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/Notifications/INotificationManager.cs b/MediaBrowser.Controller/Notifications/INotificationManager.cs
index 161f0ffba..44defbe0b 100644
--- a/MediaBrowser.Controller/Notifications/INotificationManager.cs
+++ b/MediaBrowser.Controller/Notifications/INotificationManager.cs
@@ -1,9 +1,9 @@
-using MediaBrowser.Controller.Entities;
-using MediaBrowser.Model.Dto;
-using MediaBrowser.Model.Notifications;
using System.Collections.Generic;
-using System.Threading.Tasks;
using System.Threading;
+using System.Threading.Tasks;
+using MediaBrowser.Controller.Entities;
+using MediaBrowser.Model.Dto;
+using MediaBrowser.Model.Notifications;
namespace MediaBrowser.Controller.Notifications
{
diff --git a/MediaBrowser.Controller/Notifications/INotificationService.cs b/MediaBrowser.Controller/Notifications/INotificationService.cs
index b1e313b87..8c6019923 100644
--- a/MediaBrowser.Controller/Notifications/INotificationService.cs
+++ b/MediaBrowser.Controller/Notifications/INotificationService.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Controller.Entities;
using System.Threading;
using System.Threading.Tasks;
+using MediaBrowser.Controller.Entities;
namespace MediaBrowser.Controller.Notifications
{
diff --git a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs b/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
index bf92aae2d..9f1d2841d 100644
--- a/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
+++ b/MediaBrowser.Controller/Notifications/INotificationTypeFactory.cs
@@ -1,5 +1,5 @@
-using MediaBrowser.Model.Notifications;
using System.Collections.Generic;
+using MediaBrowser.Model.Notifications;
namespace MediaBrowser.Controller.Notifications
{
diff --git a/MediaBrowser.Controller/Notifications/UserNotification.cs b/MediaBrowser.Controller/Notifications/UserNotification.cs
index d035a3995..3f46468b3 100644
--- a/MediaBrowser.Controller/Notifications/UserNotification.cs
+++ b/MediaBrowser.Controller/Notifications/UserNotification.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Controller.Entities;
-using MediaBrowser.Model.Notifications;
using System;
+using MediaBrowser.Controller.Entities;
+using MediaBrowser.Model.Notifications;
namespace MediaBrowser.Controller.Notifications
{