Remove automatic object updates

This commit is contained in:
Claus Vium 2019-02-02 21:26:29 +01:00
parent 5f720da986
commit 5fba6555a8
9 changed files with 1 additions and 80 deletions

View file

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