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