Force full sync on changing PMS
This commit is contained in:
parent
1f5eae8267
commit
0146c2e2b6
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ class Service():
|
||||||
app.ACCOUNT.set_unauthenticated()
|
app.ACCOUNT.set_unauthenticated()
|
||||||
self.server_has_been_online = False
|
self.server_has_been_online = False
|
||||||
self.welcome_msg = False
|
self.welcome_msg = False
|
||||||
|
# Force a full sync
|
||||||
|
app.SYNC.run_lib_scan = 'full'
|
||||||
LOG.info("Choosing new PMS complete")
|
LOG.info("Choosing new PMS complete")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue