Force full sync on changing PMS

This commit is contained in:
croneter 2018-11-26 16:58:25 +01:00
parent 1f5eae8267
commit 0146c2e2b6

View file

@ -191,6 +191,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'
LOG.info("Choosing new PMS complete")
return True