Merge pull request #257 from TrueTechy/server_change_warning

Disabled changing server details & Removed corresponding function
This commit is contained in:
mcarlton00 2020-03-30 22:31:59 -04:00 committed by GitHub
commit 1a83263095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 13 deletions

View file

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