Force a full sync on switching Plex user
This commit is contained in:
parent
27d34167e9
commit
1cc8cb7ad3
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ class Service():
|
|||
utils.delete_nodes()
|
||||
app.ACCOUNT.set_unauthenticated()
|
||||
# Force full sync after login
|
||||
utils.settings('lastfullsync', value='0')
|
||||
app.SYNC.run_lib_scan = 'full'
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue