Parcourir la source

update startup

Luke Pulverenti il y a 9 ans
Parent
commit
7d7f9d7654
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 1 - 1
MediaBrowser.Server.Startup.Common/ApplicationHost.cs

@@ -688,7 +688,7 @@ namespace MediaBrowser.Server.Startup.Common
 
         private async Task<ISyncRepository> GetSyncRepository()
         {
-            var repo = new SyncRepository(LogManager.GetLogger("SyncRepository"), ServerConfigurationManager.ApplicationPaths, JsonSerializer);
+            var repo = new SyncRepository(LogManager, JsonSerializer, ServerConfigurationManager.ApplicationPaths);
 
             await repo.Initialize().ConfigureAwait(false);