mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 02:23:18 +00:00
Merge pull request #103 from oddstr13/pr-ipv6-input-brackets-1
Enclose address input in square brackets if it is an IPv6 address
This commit is contained in:
commit
417d89f2ee
2 changed files with 8 additions and 0 deletions
|
|
@ -456,6 +456,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