diff --git a/resources/lib/service_entry.py b/resources/lib/service_entry.py index a1243e93..b00e879b 100644 --- a/resources/lib/service_entry.py +++ b/resources/lib/service_entry.py @@ -330,6 +330,7 @@ class Service(object): sound=False) finally: app.APP.resume_threads() + xbmc.executebuiltin('ReloadSkin()') def _do_auth(self): LOG.info('Authenticating user')