Force a full sync after manually changing PMS IP

This commit is contained in:
croneter 2018-11-26 16:59:22 +01:00
parent 0146c2e2b6
commit a7243d813d

View file

@ -247,6 +247,8 @@ class Service():
app.ACCOUNT.set_unauthenticated()
self.server_has_been_online = False
self.welcome_msg = False
# Force a full sync
app.SYNC.run_lib_scan = 'full'
def _do_auth(self):
LOG.info('Authenticating user')