1
0
mirror of https://github.com/gordielachance/plugin.audio.subsonic synced 2025-01-06 05:18:42 +01:00

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

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 = " "