Force a full sync after manually changing PMS IP
This commit is contained in:
parent
0146c2e2b6
commit
a7243d813d
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue