mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 05:56:10 +01:00
update startup
This commit is contained in:
parent
f9e9f5bef6
commit
7d7f9d7654
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue