mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-30 18:26:31 +00:00
Add check update option
To manually look for an update regarding objects (pulled from plugin.video.emby branch)
This commit is contained in:
parent
71eea37448
commit
e6556b28d1
3 changed files with 8 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue