mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
update live stream management
This commit is contained in:
@@ -411,8 +411,6 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
|
||||
host = host ?? string.Empty;
|
||||
|
||||
_logger.Debug("Validating host {0}", host);
|
||||
|
||||
if (_networkManager.IsInPrivateAddressSpace(host))
|
||||
{
|
||||
hosts.Add("localhost");
|
||||
|
||||
Reference in New Issue
Block a user