diff --git a/addon.xml b/addon.xml index bbc518e..8507f9f 100644 --- a/addon.xml +++ b/addon.xml @@ -1,9 +1,9 @@ - + - - - + + + diff --git a/plugin.py b/plugin.py index 9a12059..d9641a4 100755 --- a/plugin.py +++ b/plugin.py @@ -38,7 +38,10 @@ def start_info_actions(infos, params): get_kodi_json(method="Input.SendText", params='{"text":"%s", "done":false}' % params.get("id")) return None - # xbmc.executebuiltin("SendClick(103,32)") + +#abaixo estava comentado + + xbmc.executebuiltin("SendClick(103,32)") pass_list_to_skin(data=listitems, handle=params.get("handle", ""), limit=params.get("limit", 20))