Fix switching PMS not recognizing when old PMS is selected
This commit is contained in:
parent
e0fbccabc8
commit
d2e0479225
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class Service():
|
||||||
LOG.info('We did not connect to a new PMS, aborting')
|
LOG.info('We did not connect to a new PMS, aborting')
|
||||||
return False
|
return False
|
||||||
LOG.info("User chose server %s", server['name'])
|
LOG.info("User chose server %s", server['name'])
|
||||||
if server['baseURL'] == app.CONN.server:
|
if server['machineIdentifier'] == app.CONN.machine_identifier:
|
||||||
LOG.info('User chose old PMS to connect to')
|
LOG.info('User chose old PMS to connect to')
|
||||||
return False
|
return False
|
||||||
# Save changes to to file
|
# Save changes to to file
|
||||||
|
|
Loading…
Reference in a new issue