mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-05 15:56:14 +00:00
Add shortcut restart addon
Add notification
This commit is contained in:
parent
25dbfd3a0e
commit
d43b261f0b
3 changed files with 15 additions and 0 deletions
|
@ -119,7 +119,9 @@ class Service(xbmc.Monitor):
|
|||
self.settings['last_progress_report'] = datetime.today()
|
||||
|
||||
if window('emby.restart.bool'):
|
||||
|
||||
window('emby.restart', clear=True)
|
||||
dialog("notification", heading="{emby}", message=_(33193), icon="{emby}", time=1000, sound=False)
|
||||
|
||||
raise Exception('RestartService')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue