update live stream management

This commit is contained in:
Luke Pulverenti
2017-10-23 15:14:11 -04:00
parent 141e5b56b0
commit 9b71812325
9 changed files with 160 additions and 158 deletions

View File

@@ -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");