Reload skin on resetting PKC video nodes

This commit is contained in:
croneter 2019-04-17 16:19:57 +02:00
parent 37f1bddf9d
commit 0c60f984d1

View file

@ -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')