Remove Emby.Server.Sync
This commit is contained in:
parent
764e6951c3
commit
03b637b22b
|
@ -28,9 +28,6 @@
|
|||
<Reference Include="Emby.Server.Connect">
|
||||
<HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Emby.Server.Sync">
|
||||
<HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Emby.Server.MediaEncoding">
|
||||
<HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
@ -8,7 +8,6 @@ using Emby.Server.Connect;
|
|||
using Emby.Server.Implementations;
|
||||
using Emby.Server.Implementations.HttpServer;
|
||||
using Emby.Server.Implementations.Net;
|
||||
using Emby.Server.Sync;
|
||||
using MediaBrowser.Controller.Connect;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Controller.Sync;
|
||||
|
@ -56,7 +55,6 @@ namespace MediaBrowser.Server.Mono
|
|||
|
||||
list.Add(GetType().Assembly);
|
||||
list.Add(typeof(ConnectManager).Assembly);
|
||||
list.Add(typeof(Emby.Server.Sync.SyncManager).Assembly);
|
||||
|
||||
return list;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user