Merge pull request #834 from croneter/reload-skin

Reload skin on resetting PKC video nodes
This commit is contained in:
croneter 2019-04-21 10:05:43 +02:00 committed by GitHub
commit 5c11ab21ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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