mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update components
This commit is contained in:
@@ -9,7 +9,9 @@ using Emby.Server.Core;
|
||||
using Emby.Server.Implementations;
|
||||
using Emby.Server.Implementations.EntryPoints;
|
||||
using Emby.Server.Implementations.FFMpeg;
|
||||
using Emby.Server.Sync;
|
||||
using MediaBrowser.Controller.Connect;
|
||||
using MediaBrowser.Controller.Sync;
|
||||
using MediaBrowser.Model.IO;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Model.System;
|
||||
@@ -34,6 +36,11 @@ namespace MediaBrowser.ServerApplication
|
||||
return new ConnectManager();
|
||||
}
|
||||
|
||||
protected override ISyncManager CreateSyncManager()
|
||||
{
|
||||
return new SyncManager();
|
||||
}
|
||||
|
||||
protected override void RestartInternal()
|
||||
{
|
||||
MainStartup.Restart();
|
||||
@@ -49,6 +56,7 @@ namespace MediaBrowser.ServerApplication
|
||||
}
|
||||
|
||||
list.Add(typeof(ConnectManager).Assembly);
|
||||
list.Add(typeof(SyncManager).Assembly);
|
||||
list.Add(GetType().Assembly);
|
||||
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user