Update ApplicationHost.cs

Renamed method
pull/5905/head
BaronGreenback 3 years ago committed by GitHub
parent 975d1537d4
commit a5aabbb885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save