Add shortcut restart addon

Add notification
This commit is contained in:
angelblue05 2019-01-09 16:46:27 -06:00
parent 25dbfd3a0e
commit d43b261f0b
3 changed files with 15 additions and 0 deletions

View file

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