aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 01:43:42 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 01:43:42 -0500
commit06afe47ee9716cb210067f3c09cd0c97722bd1c7 (patch)
treefa856ef38f03fa051d446bc854e8d6d4b4f24899 /MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs
parent369d5e8f09e4e6e7e493bf2049325251942cd215 (diff)
update server core project
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs2
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
{