aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-01 17:14:37 +0100
committerGitHub <noreply@github.com>2021-05-01 17:14:37 +0100
commita5aabbb88538f8ab3f95f3accf31adb1be24503d (patch)
treef281d4474a4df6887a7949a75ab56a2082dd79e8 /Emby.Server.Implementations/ApplicationHost.cs
parent975d1537d4df2c2c033fd85c130217131252b789 (diff)
Update ApplicationHost.cs
Renamed method
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 26a2d7298..c28b4ae1c 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1201,7 +1201,7 @@ namespace Emby.Server.Implementations
}
/// <inheritdoc/>
- public string GetLoopbackHttpApiUrl()
+ public string GetExternalFacingHttpApiUrl()
{
// Passing an external address cause GetBindInterface to return the externally facing interface on a multi-adapter system.
// LocalNetworkSubnets and LocalNetworkAddresses are used in conjunction with the ip address to help select the best interface.