mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
Remove todo
This commit is contained in:
@@ -913,15 +913,6 @@ namespace Jellyfin.Networking.Manager
|
|||||||
{
|
{
|
||||||
string[] lanAddresses = config.LocalNetworkAddresses;
|
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.
|
// Add virtual machine interface names to the list of bind exclusions, so that they are auto-excluded.
|
||||||
if (config.IgnoreVirtualInterfaces)
|
if (config.IgnoreVirtualInterfaces)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user