From 06afe47ee9716cb210067f3c09cd0c97722bd1c7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 01:43:42 -0500 Subject: update server core project --- MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Startup.Common/Security/AuthenticationRepository.cs') 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 { -- cgit v1.2.3