diff options
Diffstat (limited to 'Emby.Notifications/NotificationConfigurationFactory.cs')
| -rw-r--r-- | Emby.Notifications/NotificationConfigurationFactory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Notifications/NotificationConfigurationFactory.cs b/Emby.Notifications/NotificationConfigurationFactory.cs index 2d464910e..62258315e 100644 --- a/Emby.Notifications/NotificationConfigurationFactory.cs +++ b/Emby.Notifications/NotificationConfigurationFactory.cs @@ -1,6 +1,6 @@ -using MediaBrowser.Common.Configuration; +using System.Collections.Generic; +using MediaBrowser.Common.Configuration; using MediaBrowser.Model.Notifications; -using System.Collections.Generic; namespace Emby.Notifications { |
