Minor change to get it to compile.

This commit is contained in:
Jim Cartlidge
2020-09-30 18:02:36 +01:00
parent fcd1b2f0e4
commit 3b64171cde
3 changed files with 4 additions and 5 deletions

View File

@@ -1319,7 +1319,7 @@ namespace Emby.Server.Implementations
/// <inheritdoc/>
public string GetLoopbackHttpApiUrl()
{
if (NetworkManager.IsIP6Enabled)
if (NetManager.IsIP6Enabled)
{
return GetLocalApiUrl("::1", Uri.UriSchemeHttp, HttpPort);
}