diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-09-07 19:40:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 19:40:03 +0200 |
| commit | c794e48562e209a93886a91a7d99380462350194 (patch) | |
| tree | 94a355c36e6261f663ebfd5f1b4d6fe442bc8276 /Emby.Server.Implementations/EntryPoints | |
| parent | 9c628cad2211317ff19876f659a085e0282da93e (diff) | |
| parent | e5980f868643e4e92448bbfb31a0fedae3929691 (diff) | |
Merge pull request #6522 from ferferga/efcore-improvements
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints')
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs index 0a4efd73c7..640754af40 100644 --- a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs @@ -9,7 +9,6 @@ using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; -using Jellyfin.Data.Events; using Jellyfin.Networking.Configuration; using MediaBrowser.Controller; using MediaBrowser.Controller.Configuration; |
