parent
1ac6bae335
commit
be48743b1b
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ def dialog(typus, *args, **kwargs):
|
|||
'{ipaddress}': xbmcgui.INPUT_IPADDRESS,
|
||||
'{password}': xbmcgui.INPUT_PASSWORD
|
||||
}
|
||||
for key, value in types.iteritems():
|
||||
kwargs['type'] = kwargs['type'].replace(key, value)
|
||||
kwargs['type'] = types[kwargs['type']]
|
||||
if "heading" in kwargs:
|
||||
kwargs['heading'] = kwargs['heading'].replace("{plex}",
|
||||
language(29999))
|
||||
|
|
Loading…
Reference in a new issue