Fix PKC not automatically connecting to changed PMS IP on startup

This commit is contained in:
croneter 2018-12-10 07:39:40 +01:00
parent 6eb36f0560
commit e0fbccabc8

View file

@ -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