add option to show change user dialog on screen saver activation

This commit is contained in:
Shaun
2018-04-21 20:57:06 +10:00
parent 41e3545635
commit ef70ec389d
5 changed files with 26 additions and 1 deletions

View File

@@ -235,5 +235,6 @@ def checkServer(force=False, change_user=False, notify=False):
download_utils = DownloadUtils()
download_utils.authenticate()
download_utils.getUserId()
xbmc.executebuiltin("ActivateWindow(Home)")
xbmc.executebuiltin("ReloadSkin()")