aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-27 15:57:27 +0000
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-27 15:57:27 +0000
commitd96c8d7efdeced56b8d8ed716cd38689d4c86f38 (patch)
tree49d1396a20f6fe89a98fff31bf089740ab4acb05
parent21d2e9ff0cc0933484b2a7768d7a36446b36616a (diff)
Remove todo
-rw-r--r--Jellyfin.Networking/Manager/NetworkManager.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs
index 43f2f7add..258535541 100644
--- a/Jellyfin.Networking/Manager/NetworkManager.cs
+++ b/Jellyfin.Networking/Manager/NetworkManager.cs
@@ -913,15 +913,6 @@ namespace Jellyfin.Networking.Manager
{
string[] lanAddresses = config.LocalNetworkAddresses;
- // TODO: remove when bug fixed: https://github.com/jellyfin/jellyfin-web/issues/1334
-
- if (lanAddresses.Length == 1 && lanAddresses[0].IndexOf(',', StringComparison.OrdinalIgnoreCase) != -1)
- {
- lanAddresses = lanAddresses[0].Split(',');
- }
-
- // TODO: end fix: https://github.com/jellyfin/jellyfin-web/issues/1334
-
// Add virtual machine interface names to the list of bind exclusions, so that they are auto-excluded.
if (config.IgnoreVirtualInterfaces)
{