瀏覽代碼

Merge pull request #4872 from BaronGreenback/NetworkManagerFix

Removed workaround code as web is now fixed.
Bond-009 4 年之前
父節點
當前提交
4ed20c75f7
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      Jellyfin.Networking/Manager/NetworkManager.cs

+ 0 - 9
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)
                 {