mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-18 14:16:13 +00:00
Bare minimum to remove dependency on WAN address
This commit is contained in:
parent
5944e47efa
commit
6a31d01e50
3 changed files with 0 additions and 8 deletions
|
@ -599,8 +599,6 @@ class ConnectionManager(object):
|
|||
|
||||
if system_info.get('LocalAddress'):
|
||||
server['LocalAddress'] = system_info['LocalAddress']
|
||||
if system_info.get('WanAddress'):
|
||||
server['RemoteAddress'] = system_info['WanAddress']
|
||||
if 'MacAddress' in system_info:
|
||||
server['WakeOnLanInfos'] = [{'MacAddress': system_info['MacAddress']}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue