mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 06:46:12 +00:00
Restart service upon check for updates
To reload the new objects module.
This commit is contained in:
parent
c76f19e42d
commit
1174c685e9
3 changed files with 34 additions and 13 deletions
|
@ -38,7 +38,7 @@ def window(key, value=None, clear=False, window_id=10000):
|
|||
if clear:
|
||||
|
||||
LOG.debug("--[ window clear: %s ]", key)
|
||||
window.clearProperty(key)
|
||||
window.clearProperty(key.replace('.json', "").replace('.bool', ""))
|
||||
elif value is not None:
|
||||
if key.endswith('.json'):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue