Force full sync after Plex user switch
This commit is contained in:
parent
b1f04c85a6
commit
36eb5e9646
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ class Service():
|
|||
# Remove video nodes
|
||||
utils.delete_nodes()
|
||||
app.ACCOUNT.set_unauthenticated()
|
||||
# Force full sync after login
|
||||
app.SYNC.run_lib_scan = 'full'
|
||||
return True
|
||||
|
||||
def toggle_plex_tv(self):
|
||||
|
|
Loading…
Reference in a new issue