Skip to content

Commit

Permalink
Merge pull request #10660 from barronpm/move-networking
Browse files Browse the repository at this point in the history
Move Jellyfin.Networking
  • Loading branch information
Bond-009 committed Dec 5, 2023
2 parents f7d6191 + eea6764 commit 000ccaa
Show file tree
Hide file tree
Showing 19 changed files with 1,781 additions and 1,819 deletions.
2 changes: 1 addition & 1 deletion Emby.Server.Implementations/ApplicationHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using Emby.Server.Implementations.Library;
using Emby.Server.Implementations.LiveTv;
using Emby.Server.Implementations.Localization;
using Emby.Server.Implementations.Net;
using Emby.Server.Implementations.Playlists;
using Emby.Server.Implementations.Plugins;
using Emby.Server.Implementations.QuickConnect;
Expand All @@ -41,6 +40,7 @@
using Jellyfin.Drawing;
using Jellyfin.MediaEncoding.Hls.Playlist;
using Jellyfin.Networking.Manager;
using Jellyfin.Networking.Udp;
using Jellyfin.Server.Implementations;
using MediaBrowser.Common;
using MediaBrowser.Common.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
<PackageReference Include="Mono.Nat" />
<PackageReference Include="prometheus-net.DotNetRuntime" />
<PackageReference Include="DotNet.Glob" />
</ItemGroup>
Expand Down
208 changes: 0 additions & 208 deletions Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs

This file was deleted.

153 changes: 0 additions & 153 deletions Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs

This file was deleted.

Loading

0 comments on commit 000ccaa

Please sign in to comment.