diff options
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs b/MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs index 1cad1b122..0cf9f0879 100644 --- a/MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs +++ b/MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs @@ -5,11 +5,11 @@ using System.Globalization; using System.IO; using System.Threading; using System.Threading.Tasks; +using Emby.Server.Core.Data; using MediaBrowser.Controller; using MediaBrowser.Controller.Security; using MediaBrowser.Model.Logging; using MediaBrowser.Model.Querying; -using MediaBrowser.Server.Startup.Common.Persistence; namespace MediaBrowser.Server.Startup.Common.Security { |
