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,
|
'{ipaddress}': xbmcgui.INPUT_IPADDRESS,
|
||||||
'{password}': xbmcgui.INPUT_PASSWORD
|
'{password}': xbmcgui.INPUT_PASSWORD
|
||||||
}
|
}
|
||||||
for key, value in types.iteritems():
|
kwargs['type'] = types[kwargs['type']]
|
||||||
kwargs['type'] = kwargs['type'].replace(key, value)
|
|
||||||
if "heading" in kwargs:
|
if "heading" in kwargs:
|
||||||
kwargs['heading'] = kwargs['heading'].replace("{plex}",
|
kwargs['heading'] = kwargs['heading'].replace("{plex}",
|
||||||
language(29999))
|
language(29999))
|
||||||
|
|
Loading…
Add table
Reference in a new issue