diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index abe3871816..b3344bb9ff 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -29,7 +29,6 @@ - diff --git a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/src/Jellyfin.Networking/ExternalPortForwarding.cs similarity index 99% rename from Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs rename to src/Jellyfin.Networking/ExternalPortForwarding.cs index b3f172d5de..f90da7ae46 100644 --- a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/src/Jellyfin.Networking/ExternalPortForwarding.cs @@ -16,7 +16,7 @@ using MediaBrowser.Controller.Plugins; using Microsoft.Extensions.Logging; using Mono.Nat; -namespace Emby.Server.Implementations.EntryPoints +namespace Jellyfin.Networking { /// /// Server entrypoint handling external port forwarding. diff --git a/src/Jellyfin.Networking/Jellyfin.Networking.csproj b/src/Jellyfin.Networking/Jellyfin.Networking.csproj index 70130b2317..24b3ecaab9 100644 --- a/src/Jellyfin.Networking/Jellyfin.Networking.csproj +++ b/src/Jellyfin.Networking/Jellyfin.Networking.csproj @@ -13,4 +13,8 @@ + + + +