aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/NotificationConfigurationFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Notifications/NotificationConfigurationFactory.cs')
-rw-r--r--Emby.Notifications/NotificationConfigurationFactory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Notifications/NotificationConfigurationFactory.cs b/Emby.Notifications/NotificationConfigurationFactory.cs
index 2d464910e..d08475f7d 100644
--- a/Emby.Notifications/NotificationConfigurationFactory.cs
+++ b/Emby.Notifications/NotificationConfigurationFactory.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Common.Configuration;
-using MediaBrowser.Model.Notifications;
using System.Collections.Generic;
+using MediaBrowser.Common.Configuration;
+using MediaBrowser.Model.Notifications;
namespace Emby.Notifications
{