mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #4872 from BaronGreenback/NetworkManagerFix
Removed workaround code as web is now fixed. (cherry picked from commit 4ed20c75f74a2de2ae5e6767871011e5382673be) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
2dab55a8f2
commit
05b34b2710
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user