Add server selection dropdown to settings

This commit is contained in:
JonnyWong16 2018-02-13 19:22:11 -08:00
commit 2621da7d36
7 changed files with 305 additions and 228 deletions

View file

@ -646,7 +646,8 @@ class PlexTV(object):
'ip': helpers.get_xml_attr(c, 'address'),
'port': helpers.get_xml_attr(c, 'port'),
'local': helpers.get_xml_attr(c, 'local'),
'value': helpers.get_xml_attr(c, 'address')
'value': helpers.get_xml_attr(c, 'address'),
'is_cloud': is_cloud
}
clean_servers.append(server)