Fix PKC not automatically connecting to changed PMS IP on startup
This commit is contained in:
parent
6eb36f0560
commit
e0fbccabc8
1 changed files with 4 additions and 0 deletions
|
@ -533,6 +533,10 @@ class InitialSetup(object):
|
|||
LOG.info('Installation questions already answered')
|
||||
if reboot is True:
|
||||
utils.reboot_kodi()
|
||||
# Reload relevant settings
|
||||
app.CONN.load()
|
||||
app.ACCOUNT.load()
|
||||
app.SYNC.load()
|
||||
return
|
||||
LOG.info('Showing install questions')
|
||||
# Additional settings where the user needs to choose
|
||||
|
|
Loading…
Reference in a new issue