Fix username adding (admin)
This commit is contained in:
parent
dd1e873b20
commit
f53e7e0ac2
1 changed files with 0 additions and 2 deletions
|
@ -191,8 +191,6 @@ class InitialSetup():
|
|||
userlist = []
|
||||
for user in users:
|
||||
username = user['title']
|
||||
if user['admin'] == '1':
|
||||
username = username + " (admin)"
|
||||
userlist.append(username)
|
||||
dialog = xbmcgui.Dialog()
|
||||
user_select = dialog.select(string(30200), userlist)
|
||||
|
|
Loading…
Reference in a new issue