mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-08 16:13:18 +00:00
Enclose IPv6 address in square brackets
This commit is contained in:
parent
e92d60f7c7
commit
578d51bc54
2 changed files with 8 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ class ConnectionManager(object):
|
|||
else:
|
||||
return servers
|
||||
|
||||
# TODO: Make IPv6 compatable
|
||||
def _convert_endpoint_address_to_manual_address(self, info):
|
||||
|
||||
if info.get('Address') and info.get('EndpointAddress'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue