Removed pop-up option

This commit is contained in:
Silas Cutler 2017-04-02 11:44:14 -04:00 committed by GitHub
parent 9e7e542585
commit e966b5bfa2
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ def list_playlists(params):
def search(params):
dialog = xbmcgui.Dialog()
d = dialog.input(Addon().get_localized_string(30039), type=xbmcgui.INPUT_ALPHANUM, option=xbmcgui.ALPHANUM_HIDE_INPUT)
d = dialog.input(Addon().get_localized_string(30039), type=xbmcgui.INPUT_ALPHANUM)
if not d:
d = " "