ziptools atv fix

This commit is contained in:
marco
2020-07-19 13:57:15 +02:00
parent a90190e869
commit 7f9f20fc4d
3 changed files with 6 additions and 6 deletions

View File

@@ -109,9 +109,9 @@ def dialog_textviewer(heading, text): # available from kodi 16
return xbmcgui.Dialog().textviewer(heading, text)
def dialog_browse(_type, heading, default=""):
def dialog_browse(_type, heading, shares="files", mask="", useThumbs=False, treatAsFolder=False, defaultt="", enableMultiple=False):
dialog = xbmcgui.Dialog()
d = dialog.browse(_type, heading, 'files')
d = dialog.browse(_type, heading, shares, mask, useThumbs, treatAsFolder, defaultt, enableMultiple)
return d