Merge pull request #834 from croneter/reload-skin
Reload skin on resetting PKC video nodes
This commit is contained in:
commit
5c11ab21ed
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue