Update ApplicationHost.cs

Renamed method
This commit is contained in:
BaronGreenback 2021-05-01 17:14:37 +01:00 committed by GitHub
parent 975d1537d4
commit a5aabbb885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1201,7 +1201,7 @@ namespace Emby.Server.Implementations
} }
/// <inheritdoc/> /// <inheritdoc/>
public string GetLoopbackHttpApiUrl() public string GetExternalFacingHttpApiUrl()
{ {
// Passing an external address cause GetBindInterface to return the externally facing interface on a multi-adapter system. // 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. // LocalNetworkSubnets and LocalNetworkAddresses are used in conjunction with the ip address to help select the best interface.