mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 12:52:15 +01:00
extracted http server, web socket server and udp server dependancies
This commit is contained in:
@@ -315,7 +315,7 @@ namespace MediaBrowser.Controller
|
||||
/// </summary>
|
||||
protected override void RegisterExportedValues()
|
||||
{
|
||||
ApplicationHost.Register(this);
|
||||
ApplicationHost.RegisterSingleInstance(this);
|
||||
|
||||
base.RegisterExportedValues();
|
||||
}
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user