diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-14 00:32:19 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-14 00:32:19 -0500 |
| commit | 88debcd967db189c037e4606dc685863f483a59f (patch) | |
| tree | 4216786dac65f0b765ffcc831c0a1b8114bc5313 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | f6e3f6c8754d3525f4404b87fa35cd9660acd716 (diff) | |
update repository inheritance
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 735748e08..e61a64646 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -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); |
