mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update ApplicationHost.cs
Renamed method
This commit is contained in:
parent
975d1537d4
commit
a5aabbb885
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user