update repository inheritance

This commit is contained in:
Luke Pulverenti
2016-02-14 00:32:19 -05:00
parent f6e3f6c875
commit 88debcd967
3 changed files with 53 additions and 72 deletions

View File

@@ -683,7 +683,7 @@ namespace MediaBrowser.Server.Startup.Common
private async Task<IAuthenticationRepository> GetAuthenticationRepository()
{
var repo = new AuthenticationRepository(LogManager.GetLogger("AuthenticationRepository"), ServerConfigurationManager.ApplicationPaths);
var repo = new AuthenticationRepository(LogManager, ServerConfigurationManager.ApplicationPaths);
await repo.Initialize().ConfigureAwait(false);