Add check update option

To manually look for an update regarding objects (pulled from plugin.video.emby branch)
This commit is contained in:
angelblue05 2018-09-08 03:35:48 -05:00
commit e6556b28d1
3 changed files with 8 additions and 1 deletions

View file

@ -107,6 +107,8 @@ class Events(object):
xbmc.executebuiltin('Addon.OpenSettings(plugin.video.emby)')
elif mode == 'adduser':
add_user()
elif mode == 'checkupdate':
event('CheckUpdate')
elif mode == 'updateserver':
event('UpdateServer')
elif mode == 'thememedia':