aggiunti test
1. Test di connessione quando l'utente entra nell'addon 2. test per il controllo degli url questo test è stato inserito per testing
This commit is contained in:
@@ -16,6 +16,16 @@ def getmainlist(view="thumb_"):
|
||||
logger.info()
|
||||
itemlist = list()
|
||||
|
||||
################################################################
|
||||
################################################################
|
||||
# Questa voce è per TESTING e NON DOVRà MAI andare in stable
|
||||
itemlist.append(Item(title="KDICC", channel="checkhost", action="check",
|
||||
thumbnail='',
|
||||
category=config.get_localized_string(30119), viewmode="thumbnails",
|
||||
context=[{"title": config.get_localized_string(70285), "channel": "checkhost", "action": "menu_opciones",
|
||||
"goto": True}]))
|
||||
################################################################
|
||||
################################################################
|
||||
# Añade los canales que forman el menú principal
|
||||
if addon.getSetting('enable_news_menu') == "true":
|
||||
itemlist.append(Item(title=config.get_localized_string(30130), channel="news", action="mainlist",
|
||||
|
||||
Reference in New Issue
Block a user