mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix build, missing changes.
This commit is contained in:
parent
69cc5814d8
commit
4ffec8ad26
1 changed files with 2 additions and 2 deletions
|
@ -1498,7 +1498,7 @@ namespace Emby.Server.Implementations
|
|||
{
|
||||
if (ipAddress.AddressFamily == IpAddressFamily.InterNetworkV6)
|
||||
{
|
||||
return GetLocalApiUrl("[" + ipAddress.Address + "]");
|
||||
return GetLocalApiUrlWithPort("[" + ipAddress.Address + "]");
|
||||
}
|
||||
|
||||
return GetLocalApiUrlWithPort(ipAddress.Address);
|
||||
|
@ -1521,7 +1521,7 @@ namespace Emby.Server.Implementations
|
|||
{
|
||||
if (ipAddress.AddressFamily == IpAddressFamily.InterNetworkV6)
|
||||
{
|
||||
return GetLocalApiUrl("[" + ipAddress.Address + "]");
|
||||
return GetWanApiUrlWithPort("[" + ipAddress.Address + "]");
|
||||
}
|
||||
|
||||
return GetWanApiUrlWithPort(ipAddress.Address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue